home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Desktop Special Edition 1.1
/
SGI Desktop Special Edition 1.1.iso
/
dist
/
netscape.idb
/
usr
/
lib
/
X11
/
zh_CN.ugb
/
app-defaults
/
Netscape.z
/
Netscape
Wrap
Text File
|
1995-11-13
|
116KB
|
2,995 lines
! Netscape.ad-cn --- Chinese app-defaults file for Netscape 1.12IS.
!
! Copyright (c) 1994, 1995 Netscape Communications Corporation,
! all rights reserved.
!
! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
! Bugs and commentary to x_cbug@netscape.com.
!
! ==========================================================
! NOTE: If you're looking here for things to customize, look
! on the Preferences dialog under the Options menu first.
! Most things are customizable from there. Things which are
! settable via the Preferences dialog boxes are stored in
! the ~/.netscape-preferences file, and not in X resources.
! ==========================================================
!
! These are the resources used by Netscape when LANG is zh_CN.ugb.
! You can use the stuff in this file for examples of how to customize
! Netscape for your environment; normally you will do this by
! copying the few lines you want to alter to your private resource
! database, which usually lives in a file called .Xdefaults in your home
! directory.
!
! Site administrators should copy this file to
! /usr/lib/X11/zh_CN.ugb/app-defaults/Netscape.
! Here's how you turn on SGI's Motif hacks:
Netscape*sgiMode: True
Netscape*scheme: Base
Netscape*useSchemes: Colors, Fonts
Netscape*useEnhancedFSB: True
! User-Settable Parameters
! ========================
! This is the directory where Netscape finds external files such as icons.
!
*appDir: /usr/lib/X11/zh_CN.ugb/netscape
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
! Best, meaning pick the best one w.r.t. image quality; Default, meaning
! use whatever the server says is the default visual; a visual class (like
! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
! a particular visual (in case there is more than one visual of a particular
! class.) "Best" is probably the right choice.
!
*visualID: Best
! Whether Netscape should install a private colormap. This will cause the
! maximal number of colors to be used, but on most systems, will result in
! unpleasant colormap flashing when switching between applications. Legal
! options are: Yes, No, and Guess. "Guess" means "install the colormap only
! if we know that the display hardware supports multiple simultaneous
! colormaps, meaning that there will be no colormap flashing." Currently,
! that means install the map when displaying on an SGI screen, and don't
! otherwise. (What other vendors have multiple hardware colormaps, and how
! do you uniquely identify that capability? Let me know.)
!
*installColormap: Guess
! The maximum number of color cells to allocate per image; this is only
! relevant when using the default colormap of a PseudoColor visual.
! If it is 0, we allocate as many colors as we can get. (The more colors
! that we can allocate, the better images will look.) This controls only
! the number of colors allocated for internal images - a few more colors
! will be allocated for the fluff and chrome that comes with Motif.
!
*maxImageColors: 0
! Set this to false to disable the <BLINK> tag.
*blinkingEnabled: True
! Whether the Exit menu item should confirm first.
*confirmExit: False
! Mouse cursor when over an anchor.
*linkCursor: hand2
! Mouse cursor when awaiting a reply.
*busyCursor: watch
! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
*saveNextLinkCursor: hand2
! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
*saveNextNonlinkCursor: crosshair
! How quickly (in seconds) the status messages should update.
*progressInterval: 1
! How quickly (in milliseconds) the run light and/or logo should animate.
*busyBlinkRate: 500
*animRate: 166
! How often (in seconds) the global history, bookmarks, and disk cache
! files should be updated.
*saveHistoryInterval: 600
! How many pixels of motion must occur before a mouse-release is interpreted
! as a "drag" rather than a "click."
*hysteresis: 3
! These resources control whether Netscape should redirect its stdout and
! stderr streams to a dialog box, so that diagnostics reported by other
! programs launched by Netscape (for example, external viewers specified in
! a mailcap file) will be reported to the user through a dialog box,
! instead of simply showing up on the stdout/stderr of the controlling
! terminal of Netscape (which in many cases won't even be visible.)
!
! If you have a external viewer which produces an annoying amount of output
! even when it has nothing interesting to say, you can shut it up by
! redirecting its output to stderr; for example, to do this to mpeg_play,
! you could add the following to your .mailcap file:
!
! video/mpeg; mpeg_play %s 2>&-
!
! Normally, Netscape captures both the stdout and stderr into the dialog box.
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
*useStderrDialog: True
*useStdoutDialog: True
! For those MIME content-encodings which are not directly understood
! internally, it is possible to specify another Unix program to use as
! a filter here.
!
! Each line in the encodingFilters resource consists of four fields,
! seperated by colons and optional whitespace:
!
! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
!
! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
! PRINTABLE are built-in; no need to specify those.)
!
! output-encoding: The encoding that results from this transformation.
! Leaving this empty is usually appropriate.
!
! extensions: A comma-seperated list of the extensions typically used for
! files in this encoding; if a document ends in one of these
! extensions, then when that document is saved to disk, the
! extension will be stripped off of the default file name
! (since documents are decoded before they are saved, and the
! extension would no longer accurately describe the file.)
!
! filter-command: A shell command which reads from stdin and writes to stdout
! which does the actual decoding.
!
*encodingFilters: \
x-compress : : .Z : uncompress -c \n\
x-gzip : : .z,.gz : gzip -cdq \n
! Too many servers have bugs in the implementation of window gravity for
! us to rely on it. Scrolling of large forms is *significantly* faster
! if we are able to make use of window gravity, but on many X servers, it
! results in form items being scattered randomly all over the document.
! Legal values for this resource are Yes, No, Partial, and Guess. If
! "Guess", we run some tests and try to decide whether the X server is
! broken or partially broken.
!
! If you find yourself needing to use a value here other than Guess,
! please tell us, so that we can make it guess correctly in the future.
!
*windowGravityWorks: Guess
! Colors
!
! This resource controls the forground text color of unfollowed links
! (links which have not yet been visited.)
!
*linkForeground: #0000EE
! This resource controls the forground text color of followed links
! (links which have already been visited.)
!
*vlinkForeground: #551A8B
! This resource controls the forground text color of activated links
! (links which are in the process of being clicked upon.)
!
*alinkForeground: #FF0000
! These resources control the forground and background colors of text
! which has been selected with the mouse.
!
*selectForeground: #000000
*selectBackground: #FFFFCC
! These resources control the forground and background colors of normal text.
!
*defaultForeground: #000000
*defaultBackground: #C0C0C0
! This resource may be used to specify a default background image. It should
! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
! then the default background color will be used instead.
!
*defaultBackgroundImage:
! Normally, the user-specified colors and backgrounds will only be used when
! viewing documents which did not specify their own colors and backgrounds.
! If this resource is set to False, then the user-specified colors and
! backgrounds will always be used, regardless of the options specified in
! the document itself.
!
*documentColorsHavePriority: True
! Translations
!
! Many of these translations are duplicated on both "Meta" and "Alt", since
! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
! Sun in their infinite wisdom furthers this confusing lossage by both having
! Meta *and* Alt keys on the keyboard, and having the key which is labelled
! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
! All praise the X keyboard model!
!
! And because of the need to do this, we have to do all of the keyboard
! equivalents with "translations" instead of "accelerators", since a menu
! item can only have one accelerator, and in order to make both Meta and Alt
! work we need to give them each two. All praise Motif!
!
*drawingArea.translations: #replace \
<Btn1Down>: ArmLink() \n\
<Btn2Down>: ArmLink() \n\
~Shift<Btn1Up>: ActivateLink() \
DisarmLink() \n\
~Shift<Btn2Up>: ActivateLink(new-window) \
DisarmLink() \n\
Shift<Btn1Up>: ActivateLink(save-only) \
DisarmLink() \n\
Shift<Btn2Up>: ActivateLink(save-only) \
DisarmLink() \n\
<Btn1Motion>: DisarmLinkIfMoved() \n\
<Btn2Motion>: DisarmLinkIfMoved() \n\
<Btn3Motion>: DisarmLinkIfMoved() \n\
<Motion>: DescribeLink() \n\
<Btn3Down>: CommandMenu() \n
! Some basic emacs-like bindings for single-line text fields.
*XmTextField.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n
! Some basic emacs-like bindings for multi-line text fields.
! This duplicates info with the above, since XmTextField bogusly
! doesn't know about the page and line oriented actions at all,
! and pukes out a warning when it encounters them. How very.
*XmText.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n\
\
~Meta ~Alt Ctrl<Key>n: next-line() \n\
~Meta ~Alt Ctrl<Key>p: previous-line() \n\
~Meta ~Alt Ctrl<Key>v: next-page() \n\
Meta ~Ctrl<Key>v: previous-page() \n\
Alt ~Ctrl<Key>v: previous-page() \n
! We merge these translations into all text fields which are not the
! bottommost text field in the dialog box. This is so that hitting
! `return' in a text field will select the next text field if there
! is one, and will select the "OK" button if there are no more.
! We merge these in explicitly instead of doing it all with resources
! here because I couldn't figure out how to make that work without
! duplicating the text of all of the above keybindings another dozen
! times!!
*nonterminalTextTranslations: #override \n\
<Key>Return: next-tab-group() \n\
<Key>Linefeed: next-tab-group() \n
! This is used for self-submitting text fields in forms...
! We don't need to store these in to dialog box text fields, since
! in that case we are able to simply avoid storing in the above ones,
! but we don't know that until too late with forms.
*terminalTextTranslations: #override \n\
<Key>Return: activate() \n\
<Key>Linefeed: activate() \n
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups.)
*globalTranslations: #override \n\
\
Meta ~Ctrl<Key>N: new() \n\
Alt ~Ctrl<Key>N: new() \n\
Meta ~Ctrl<Key>L: openURL() \n\
Alt ~Ctrl<Key>L: openURL() \n\
Meta ~Ctrl<Key>O: openFile() \n\
Alt ~Ctrl<Key>O: openFile() \n\
Meta ~Ctrl<Key>S: saveAs() \n\
Alt ~Ctrl<Key>S: saveAs() \n\
Meta ~Ctrl<Key>M: mailto() \n\
Alt ~Ctrl<Key>M: mailto() \n\
Meta ~Ctrl<Key>P: print() \n\
Alt ~Ctrl<Key>P: print() \n\
Meta ~Ctrl<Key>W: delete() \n\
Alt ~Ctrl<Key>W: delete() \n\
Meta ~Ctrl<Key>Z: undo() \n\
Alt ~Ctrl<Key>Z: undo() \n\
Meta ~Ctrl<Key>X: cut() \n\
Alt ~Ctrl<Key>X: cut() \n\
Meta ~Ctrl<Key>C: copy() \n\
Alt ~Ctrl<Key>C: copy() \n\
Meta ~Ctrl<Key>V: paste() \n\
Alt ~Ctrl<Key>V: paste() \n\
Meta ~Ctrl<Key>F: find() \n\
Alt ~Ctrl<Key>F: find() \n\
Meta ~Ctrl<Key>G: findAgain() \n\
Alt ~Ctrl<Key>G: findAgain() \n\
Meta ~Ctrl<Key>R: reload() \n\
Alt ~Ctrl<Key>R: reload() \n\
Meta ~Ctrl<Key>I: loadImages() \n\
Alt ~Ctrl<Key>I: loadImages() \n\
Meta ~Ctrl<Key>osfLeft: back() \n\
Alt ~Ctrl<Key>osfLeft: back() \n\
Meta ~Ctrl<Key>osfRight: forward() \n\
Alt ~Ctrl<Key>osfRight: forward() \n\
Meta ~Ctrl<Key>H: history() \n\
Alt ~Ctrl<Key>H: history() \n\
<Key>osfCancel: abort() \n\
Meta ~Ctrl<Key>1: historyItem(1) \n\
Alt ~Ctrl<Key>1: historyItem(1) \n\
Meta ~Ctrl<Key>2: historyItem(2) \n\
Alt ~Ctrl<Key>2: historyItem(2) \n\
Meta ~Ctrl<Key>3: historyItem(3) \n\
Alt ~Ctrl<Key>3: historyItem(3) \n\
Meta ~Ctrl<Key>4: historyItem(4) \n\
Alt ~Ctrl<Key>4: historyItem(4) \n\
Meta ~Ctrl<Key>5: historyItem(5) \n\
Alt ~Ctrl<Key>5: historyItem(5) \n\
Meta ~Ctrl<Key>6: historyItem(6) \n\
Alt ~Ctrl<Key>6: historyItem(6) \n\
Meta ~Ctrl<Key>7: historyItem(7) \n\
Alt ~Ctrl<Key>7: historyItem(7) \n\
Meta ~Ctrl<Key>8: historyItem(8) \n\
Alt ~Ctrl<Key>8: historyItem(8) \n\
Meta ~Ctrl<Key>9: historyItem(9) \n\
Alt ~Ctrl<Key>9: historyItem(9) \n\
Meta ~Ctrl<Key>A: addBookmark() \n\
Alt ~Ctrl<Key>A: addBookmark() \n\
Meta ~Ctrl<Key>B: viewBookmark() \n\
Alt ~Ctrl<Key>B: viewBookmark() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
! Gag barf retch puke. We install these on every TextField widget in the
! main tree (but not popups.)
*globalTextFieldTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups) that isn't a Text or TextField.
*globalNonTextTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>space: PageDown() \n\
\
~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
\
~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
Meta Ctrl<Key>f: fishcam() \n\
Alt Ctrl<Key>f: fishcam() \n\
Meta Ctrl<Key>t: net_showstatus() \n\
Alt Ctrl<Key>t: net_showstatus() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
! About Translations, Actions, and "-remote" commands:
!
! You can control a running Netscape process externally; you do this by
! issuing a command like "netscape -remote openURL(http://xxx)".
! When Netscape is invoked with the -remote argument, it does not open
! window, but instead connects to and controls an already-existing process.
! This is done using X properties, so the two Netscape processes need not
! be running on the same machine, and need not share a file system.
!
! All of Netscape's action names are the same as its resource names; so, for
! example, if you wanted to know the name of the action that corresponds to
! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
! and see that the resource that is set to that string is "addBookmark" -
! that's the name of the Action as well.
!
! You can use Actions in Translation tables in the usual Xt-ish way, but you
! can also invoke them directly via "netscape -remote", like this:
!
! netscape -remote 'addBookmark()'
!
! That will cause the existing Netscape process to add its current URL to
! the bookmarks, just as if you had selected that menu item.
!
! Please see the document http://home.netscape.com/newsref/std/x-remote.html
! for more information.
!=============================================================================
!
! There's really nothing after this point you should be messing with.
!
!=============================================================================
! Motif drag-and-drop is insanely buggy, and is causing crashes even in
! contexts where it has no business being involved at all. Let's try
! disabling it globally and see if that helps.
Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
! Labels
!
*Help.sensitive: False
*urlLabel.alignment: ALIGNMENT_END
*urlLabel.recomputeSize: False
*urlLabel.netsiteLabelString: Netsite:
*urlLabel.uneditedLabelString: ╬╗╓├:
*urlLabel.editedLabelString: ╠°╓┴:
! this must be the longer of the two...
*urlLabel.labelString: ╬╗╓├:
!=============================================================================
*menuBar.file.labelString: ╬─╝■
*menuBar*new.labelString: ╨┬┤░┐┌
*menuBar*new.mnemonic: N
*menuBar*new.acceleratorText: Alt+N
*menuBar*openURL.labelString: ┤≥┐¬╬╗╓├...
*menuBar*openURL.mnemonic: L
*menuBar*openURL.acceleratorText: Alt+L
*menuBar*openFile.labelString: ┤≥┐¬╬─╝■...
*menuBar*openFile.mnemonic: O
*menuBar*openFile.acceleratorText: Alt+O
*menuBar*saveAs.labelString: ▒ú┤µ╬¬...
*menuBar*saveAs.mnemonic: S
*menuBar*saveAs.acceleratorText: Alt+S
*menuBar*saveLinksAs.labelString: ▒ú┤µ╧┬╥╗┴┤╜╙╬¬...
*menuBar*saveLinksAs.mnemonic: A
! accelerator is magic
*menuBar*saveLinksAs.acceleratorText: Shift+Click
*menuBar*mailto.labelString: ╙╩╝─╬─▒╛...
*menuBar*mailto.mnemonic: M
*menuBar*mailto.acceleratorText: Alt+M
*menuBar*docInfo.labelString: ╬─▒╛╨┼╧ó
*menuBar*docInfo.mnemonic: D
! no accelerator
*menuBar*printSetup.labelString: ┤≥╙í╔Φ╓├...
*menuBar*printSetup.mnemonic: r
! no accelerator
*menuBar*print.labelString: ┤≥╙í...
*menuBar*print.mnemonic: P
*menuBar*print.acceleratorText: Alt+P
*menuBar*delete.labelString: ╣╪▒╒
*menuBar*delete.mnemonic: C
*menuBar*delete.acceleratorText: Alt+W
*menuBar*quit.labelString: ═╦│÷
*menuBar*quit.mnemonic: x
! no accelerator
!=============================================================================
*menuBar.edit.labelString: ▒α╝¡
*menuBar*undo.labelString: ╚í╧√
*menuBar*undo.mnemonic: U
*menuBar*undo.acceleratorText: Alt+Z
*menuBar*cut.labelString: ▓├╝⌠
*menuBar*cut.mnemonic: t
*menuBar*cut.acceleratorText: Alt+X
*menuBar*copy.labelString: ┐╜▒┤
*menuBar*copy.mnemonic: C
*menuBar*copy.acceleratorText: Alt+C
*menuBar*paste.labelString: ╒│╠∙
*menuBar*paste.mnemonic: P
*menuBar*paste.acceleratorText: Alt+V
*menuBar*find.labelString: ╤░╒╥...
*menuBar*find.mnemonic: F
*menuBar*find.acceleratorText: Alt+F
*menuBar*findAgain.labelString: ╘┘┤╬╤░╒╥
*menuBar*findAgain.mnemonic: g
*menuBar*findAgain.acceleratorText: Alt+G
!=============================================================================
*menuBar.view.labelString: ╣█▓∞
*menuBar*reload.labelString: ╓╪╫░╘╪
*menuBar*reload.mnemonic: R
*menuBar*reload.acceleratorText: Alt+R
*menuBar*loadImages.labelString: ╫░╘╪═╝╧≤
*menuBar*loadImages.mnemonic: I
*menuBar*loadImages.acceleratorText: Alt+I
*menuBar*refresh.labelString: ╦ó╨┬
*menuBar*refresh.mnemonic: f
! no accelerator
*menuBar*source.labelString: ╘┤┬δ...
*menuBar*source.mnemonic: S
! no accelerator
!=============================================================================
*menuBar.go.labelString: ╠°╓┴
*menuBar*back.labelString: ╖╡╗╪
*menuBar*back.mnemonic: B
*menuBar*back.acceleratorText: Alt+Left
*menuBar*forward.labelString: ╧≥╟░
*menuBar*forward.mnemonic: F
*menuBar*forward.acceleratorText: Alt+Right
*menuBar*home.labelString: ╕∙
*menuBar*home.mnemonic: H
! no accelerator
*menuBar*abort.labelString: ═ú╓╣╫░╘╪
*menuBar*abort.mnemonic: S
*menuBar*abort.acceleratorText: ESC
*menuBar*viewHistory.labelString: ╣█▓∞└·╩╖╝╟┬╝...
*menuBar*viewHistory.mnemonic: V
*menuBar*viewHistory.acceleratorText: Alt+H
*menuBar*historyItem1.acceleratorText: Alt+1
*menuBar*historyItem2.acceleratorText: Alt+2
*menuBar*historyItem3.acceleratorText: Alt+3
*menuBar*historyItem4.acceleratorText: Alt+4
*menuBar*historyItem5.acceleratorText: Alt+5
*menuBar*historyItem6.acceleratorText: Alt+6
*menuBar*historyItem7.acceleratorText: Alt+7
*menuBar*historyItem8.acceleratorText: Alt+8
*menuBar*historyItem9.acceleratorText: Alt+9
*menuBar*historyTruncated.labelString: ( ...╜╪╚í... )
*menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
!=============================================================================
*menuBar.bookmark.labelString: ╩Θ╟⌐
*menuBar*addBookmark.labelString: ╝╙╩Θ╟⌐
*menuBar*addBookmark.mnemonic: A
*menuBar*addBookmark.acceleratorText: Alt+A
*menuBar*viewBookmark.labelString: ╣█┐┤╩Θ╟⌐
*menuBar*viewBookmark.mnemonic: B
*menuBar*viewBookmark.acceleratorText: Alt+B
!=============================================================================
*menuBar.options.labelString: ╤í╧ε
*menuBar*preferences.labelString: ╙┼╤í...
*menuBar*preferences.mnemonic: P
*menuBar*showToolbar.labelString: ╧╘╩╛╣ñ╛▀╠⌡
*menuBar*showToolbar.mnemonic: T
*menuBar*showURL.labelString: ╧╘╩╛╬╗╓├
*menuBar*showURL.mnemonic: L
*menuBar*showDirectoryButtons.labelString: ╧╘╩╛─┐┬╝░┤┼Ñ
*menuBar*showDirectoryButtons.mnemonic: D
*menuBar*showSecurityBar.labelString: ╧╘╩╛░▓╚½╨╘╤╒╔½╠⌡
*menuBar*showSecurityBar.mnemonic: C
*menuBar*autoLoadImages.labelString: ╫╘╢»╫░╘╪═╝╧≤
*menuBar*autoLoadImages.mnemonic: A
*menuBar*fancyFTP.labelString: ╧╘╩╛ FTP ╬─╝■╨┼╧ó
*menuBar*fancyFTP.mnemonic: F
*menuBar*saveOptions.labelString: ▒ú┤µ╤í╧ε
*menuBar*saveOptions.mnemonic: S
!=============================================================================
*menuBar.directory.labelString: ─┐┬╝
*menuBar*netscape.labelString: Netscape╣½╦╛
*menuBar*netscape.mnemonic: e
*menuBar*sgi.labelString: Silicon Graphics, Inc.
*menuBar*sgi.mnemonic: i
*menuBar*adobe.labelString: Adobe Systems, Inc.
*menuBar*adobe.mnemonic: o
*menuBar*whatsNew.labelString: ╨┬╡─!
*menuBar*whatsNew.mnemonic: N
*menuBar*whatsCool.labelString: ╝½├ε╡─!
*menuBar*whatsCool.mnemonic: C
*menuBar*newsgroups.labelString: ╠°╓┴╨┬╬┼╨╦╚ñ╨í╫Θ
*menuBar*newsgroups.mnemonic: G
*menuBar*inetIndex.labelString: Internet─┐┬╝
*menuBar*inetIndex.mnemonic: D
*menuBar*inetSearch.labelString: Internet╦╤╦≈
*menuBar*inetSearch.mnemonic: S
*menuBar*inetWhite.labelString: Internet░╫╥│
*menuBar*inetWhite.mnemonic: P
*menuBar*inetAbout.labelString: ╙╨╣╪Internet
*menuBar*inetAbout.mnemonic: A
*menuBar*galleria.labelString: Netscape├┼└╚
*menuBar*galleria.mnemonic: l
!=============================================================================
*menuBar.help.labelString: ░∩╓·
*menuBar*about.labelString: ╣╪╙┌Netscape...
*menuBar*about.mnemonic: A
*menuBar*registration.labelString: ╡╟╝╟╨┼╧ó
*menuBar*registration.mnemonic: I
*menuBar*manual.labelString: ╩╓▓ß
*menuBar*manual.mnemonic: H
*menuBar*relnotes.labelString: ╖ó╨╨╫ó╩═
*menuBar*relnotes.mnemonic: R
*menuBar*faq.labelString: ╛¡│ú╬╩╡─╬╩╠Γ
*menuBar*faq.mnemonic: Q
*menuBar*aboutSecurity.labelString: ░▓╚½╨╘
*menuBar*aboutSecurity.mnemonic: O
*menuBar*feedback.labelString: ╚τ║╬╖╡╗╪╨┼╧ó
*menuBar*feedback.mnemonic: F
*menuBar*support.labelString: ╚τ║╬╡├╡╜╓º│╓
*menuBar*support.mnemonic: S
*menuBar*howTo.labelString: ╚τ║╬╜¿┴óWeb╖■╬±
*menuBar*howTo.mnemonic: H
! For the toggles in the options menu
*menuBar*XmToggleButton.indicatorType: N_OF_MANY
*menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
*menuBar*XmToggleButton.fillOnSelect: True
*menuBar*XmToggleButtonGadget.fillOnSelect: True
*menuBar*XmToggleButton.visibleWhenOff: True
*menuBar*XmToggleButtonGadget.visibleWhenOff: True
!=============================================================================
*toolBar.back.labelString: ╖╡╗╪
*toolBar.forward.labelString: ╧≥╟░
*toolBar.home.labelString: ╕∙
*toolBar.reload.labelString: ╓╪╫░╘╪
*toolBar*loadImages.labelString: ╫░╘╪═╝╧≤
*toolBar.openURL.labelString: ┤≥┐¬...
*toolBar.print.labelString: ┤≥╙í...
*toolBar*find.labelString: ╤░╒╥
*toolBar*abort.labelString: ֹͣ
*toolBar*spacer.marginWidth: 4
*urlBar*spacer.marginWidth: 4
*urlBar*whatsNew.labelString: ╨┬ ╡─
*urlBar*whatsCool.labelString: ╝½ ├ε ╡─
*urlBar*manual.labelString: ╩╓ ▓ß
*urlBar*inetSearch.labelString: ═°┬τ╦╤╤░
*urlBar*inetIndex.labelString: ═°┬τ─┐┬╝
*urlBar*welcome.labelString: ╗╢ ╙¡
*urlBar*newsgroups.labelString: ╨╦╚ñ╨í╫Θ
!=============================================================================
*noDocumentLoadedMessage: ╘┌▒╛┤░┐┌╓╨╗╣├╗╙╨╬─▒╛▒╗╫░╘╪íú
*optionsSavedMessage: ╤í╧ε╥╤▒╗▒ú┤µíú
*clickToSaveMessage: ╘┌┴┤╜╙╔╧░┤╥╗╧┬└┤▒ú┤µíú
*clickToSaveCancelledMessage: ┤µ┴┤╜╙╡╜╬─╝■╓╨▒╗╚í╧√íú
*noPreviousURLMessage: ╬▐╧╚╟░╬─▒╛íú
*noNextURLMessage: ╬▐║≤├µ╬─▒╛íú
*noHomeURLMessage: ╬▐╕∙╬─▒╛▒╗╓╕╢¿íú
*notOverImageMessage: ▓╗╥¬╘╜╣²╥╗╕÷═╝╧≤(Not over an image)íú
*notOverLinkMessage: ▓╗╥¬╘╜╣²╥╗╕÷┴┤╜╙(Not over a link)íú
*noSearchStringMessage: ├╗╙╨╢½╬≈╦╤╤░╚Ñíú
*wrapSearchMessage: ╡╜┤∩╬─▒╛╡─╜ß╩°┤ªú╗┤╙═╖╘┘┐¬╩╝ú┐
*wrapSearchBackwardMessage: ╡╜┤∩╬─▒╛╡─┐¬╩╝┤ªú╗┤╙╜ß╩°┤ª╘┘┐¬╩╝ú┐
*noAddressesMessage: ├╗╓╕╢¿╜╙╩╒╒▀íú
*noFileMessage: ├╗╓╕╢¿╩Σ│÷╬─╝■íú
*noPrintCommandMessage: ├╗╓╕╢¿┤≥╙í├ⁿ┴εíú
*overwriteFileMessage: ╕▓╕╟╥╤┤µ╘┌╡─╬─╝■ %s?
*bookmarksChangedMessage: ╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤▒╗╨▐╕─╣²: ╕▓╕╟╦ⁿ?
*bookmarkConflictMessage: \
╩Θ╟⌐┴╨▒φ├╗╙╨▒ú┤µíú\n╧╓╘┌╓╪╫░╘╪╙▓┼╠╔╧╡─░µ▒╛ú┐
*bookmarksNoFormsMessage: \
▓╗─▄░╤╥╗╕÷▒φ╕±╠ß╜╗╡─╜ß╣√╘÷╝╙╡╜╩Θ╟⌐┴╨▒φ╓╨íú
*reallyQuitMessage: ╒µ╡─═╦│÷?
*doubleInclusionMessage: \n\
╬─▒╛╥╤╛¡▒╗╥²╙├íú\n\
\n\
─π╧δ╘┘┤╬╥²╙├╦ⁿ┬≡?\n
*expireNowMessage: \
╒Γ╜½▒Ω╝╟─π╦∙╙╨╡─┴┤╜╙╬¬▓╗╕·╦µú¿unfollowedú⌐íú\n╝╠╨°ú┐
*clearMemCacheMessage: \
╒Γ╜½╔╛│²╡▒╟░╘┌─π╡──┌┤µ╕▀╦┘╗║│σú¿memory cacheú⌐╓╨╦∙╙╨╬─╝■íú.\n╝╠╨°ú┐
*clearDiskCacheMessage: \
╒Γ╜½╔╛│²╡▒╟░╘┌─π╡─╙▓┼╠╕▀╦┘╗║│σú¿disk cacheú⌐╓╨╦∙╙╨╬─╝■íú.\n╝╠╨°ú┐
*createCacheDirErrorMessage: \
┤φ╬≤: ╬▐╖¿┤┤╜¿╙└╛├╡─╕▀╦┘╗║│σ─┐┬╝ú║\n\
\n\
%s: %s.\n\
\n\
╟δ╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╔Φ╓├╥╗╕÷\n\
╨┬╡─╕▀╦┘╗║│σ─┐┬╝íú\n
*createdCacheDirMessage: \
╥╗╕÷─┐┬╝╥╤╛¡▒╗┤┤╜¿╫≈╬¬╙▓┼╠╕▀╦┘╗║│σ(disk cache):\n\
\n\
%s/\n\
\n\
─π┐╔╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╕─▒Σ'\n\
╕▀╦┘╗║│σ─┐┬╝íú\n
*cacheNotDirMessage: \
┤φ╬≤: ▒╗┼Σ╓├╬¬╙▓┼╠╕▀╦┘╗║│σ(disk cache)╩╣╙├╡──┐┬╝├√┤µ╘┌\n\
;╡½▓╗╩╟─┐┬╝:\n\
\n\
%s\n\
\n\
╟δ╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╔Φ╓├╥╗╕÷\n\
╨┬╡─╕▀╦┘╗║│σ─┐┬╝íú\n
*cacheSuffixMessage: \
\n\
├┐╕÷╙├╗º╙ª╕├╙╨╥╗╕÷╙▓┼╠╕▀╦┘╗║│σ(disk cache);\n\
╥≥┤╦╜¿╥Θ╩╣╙├╣▓╧φ─┐┬╝(╚τ /tmp)íú\n\
\n\
╡▒╟░╫ε┤≤╡─╙▓┼╠╕▀╦┘╗║│σ(disk cache)╠σ╗²╬¬ %d K╫╓╜┌íú\n\
─π┐╔╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╕─▒Σ╕▀╦┘╗║│σ(disk cache)íú\n\
\n\
╚τ╣√─π╧δ╣╪▒╒╙▓┼╠╕▀╦┘╗║│σú¼┐╔░╤╙▓┼╠╕▀╦┘╗║│σ╟°┤≤╨í╔Φ╓├╬¬ 0íú\n\
╚τ╣√─π╒Γ╤∙╫÷ú¼╬─▒╛╜½╕∙╛▌─┌┤µ╗║│σ┤≤╨í╙┼╧╚╝╠╨°╗║│σ╘┌\n\
─┌┤µ╓╨ú¼╡½▓╗╗ß╘┘╗║│σ╡╜╙▓┼╠╔╧íú╒Γ╥Γ╬╢╫┼╗║│σ─┌╚▌╜½▓╗─▄\n\
│╓╨°╡╜╧┬╥╗┤╬╡─
*cubeTooSmallMessage: \
╬╥├╟╓╗─▄╖╓┼Σ %d ╡Ñ╘¬╕°╤╒╔½┴ó╖╜┐Θú¼╔½▓╩╙╔╢╢╢»╖¿(dither)▓·╔·íú\n\
╥≥┤╦ú¼═╝╧≤╡─╓╩┴┐┐╔─▄▓╗║├íú\n\
\n\
╕─▒Σ═╝╧≤╓╩┴┐╡─╥╗╓╓╖╜╖¿╩╟ú║═╦│÷╒²╘┌╘╦╨╨╡─╔½▓╩├▄╝»╡─╙ª╙├ú¼\n\
╚╗║≤╓╪╞⌠╢»Netscapeíú\n\
\n\
┴φ╥╗╓╓╖╜╖¿╩╟╘┌╘╦╨╨ Netscape ╩▒╝╙╙├╤í╧ε `-install'ú¼\n\
╟┐╞╚╧╡═│▓╔╙├╦╜╙╨╡─╤╒╔½▒φíú╒Γ╤∙╫÷╡─╚▒╡π╩╟ú║╘┌╥╗╨⌐╧╡═│╔╧,\n\
╡▒╥╞╢»╜╣╡π╡╜┴φ╥╗╕÷┤░┐┌╩▒ú¼╤╒╔½▒φ╗ß╔┴╦╕íú
*renameInitFilesMessage: \
└╧░µ▒╛Netscape╡─╙┼╧╚╬─╝■(Preferences files)┤µ╘┌ú╗\n\
▒╛░µ▒╛╡─Netscape╩╣╙├═¼╤∙╡─╬─╝■╕±╩╜ú¼╡½╩╣╙├▓╗═¼╡─\n\
╬─╝■├√íú─π╧δ╕─▒Σ╙┼╧╚╬─╝■╡─╬─╝■├√┬≡ú┐
*unsentMailMessage: \
╬┤╖ó╦═╡─╙╩╝■╨┼╧ó┤µ╘┌ú¼─π╒µ╡─▓╗╖ó╦═╒Γ╨⌐╨┼╧ó╛══╦│÷┬≡ú┐
*emptyMessageQuestion: \
▒╛╨┼╧ó╔╨╬┤▒╗▒α╝¡ú¼╢°╟╥├╗╙╨┴¼╜╙(attachment)íú\n\
─π╒µ╡─╧δ╖ó╦═╥╗╕÷┐╒╨┼╧óú┐
*binaryDocumentMessage: \
▒╛╬─▒╛╩╟╢■╜°╓╞╩²╛▌ú╗▓╗─▄╣█┐┤╘┤┬δíú
!=============================================================================
*preeditType: none
*netscape.preeditType: overthespot
*popup.title.labelString: Netscape├ⁿ┴ε:
*popup.back.labelString: ╖╡╗╪
*popup.forward.labelString: ╧≥╟░
*popup.home.labelString: ╕∙
*popup.openURL.labelString: ┤≥┐¬▒╛┴┤╜╙
*popup.addURLBookmark.labelString: ╝╙▒╛┴┤╜╙╡╜╩Θ╟⌐╓╨
*popup.openURLNewWindow.labelString: ▒╛┴┤╜╙╙├╨┬┤░┐┌
*popup.saveURL.labelString: ▒ú┤µ┴┤╜╙╬¬...
*popup.copyURLToClip.labelString: ┐╜▒┤▒╛┴┤╜╙╬╗╓├╡╜╩Θ╨┤░σ
*popup.openImage.labelString: ╣█┐┤▒╛═╝╧≤
*popup.saveImage.labelString: ▒ú┤µ▒╛═╝╧≤╬¬...
*popup.copyImageURLToClip.labelString: ┐╜▒┤▒╛═╝╧≤╬╗╓├╡╜╩Θ╨┤░σ
*popup.loadDelayedImage.labelString: ╫░╘╪▒╛═╝╧≤
*popup*back.acceleratorText: Alt+Left
*popup*forward.acceleratorText: Alt+Right
*popup*saveURL.acceleratorText: Shift+Button1
*popup*openURL.acceleratorText: Button1
*popup*openURLNewWindow.acceleratorText:Button2
*popup.XmPushButtonGadget.marginLeft: 5
*popup.XmPushButtonGadget.marginRight: 5
*popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
*popup.separator0.separatorType: SHADOW_ETCHED_IN
*popup.separator1.separatorType: SHADOW_ETCHED_IN
*popup.separator2.height: 5
*popup.separator2.separatorType: NO_LINE
*popup.separator3.separatorType: SHADOW_ETCHED_IN
*popup.separator4.separatorType: SHADOW_ETCHED_IN
*popup.separator5.separatorType: SHADOW_ETCHED_IN
*history_popup.title: Netscape: ┤░┐┌└·╩╖
*history_popup*listLabelString: ─π╘°╡╜╣²(Where You've Been)...
*history_popup*OK.labelString: ╠°╓┴
*history_popup*OkLabelString: ╠°╓┴
*history_popup*Cancel.labelString: ╣╪▒╒
*history_popup*CancelLabelString: ╣╪▒╒
*history_popup*Apply.labelString: ┤┤╜¿╩Θ╟⌐
*history_popup*ApplyLabelString: ┤┤╜¿╩Θ╟⌐
*source_popup.title: Netscape: ╣█┐┤╘┤┬δ
*source_popup*save.labelString: ▒ú┤µ...
*source_popup*OK.labelString: ╚╖╚╧
*source_popup*text.editable: False
*source_popup*text.cursorPositionVisible: False
*source_popup*text.wordWrap: True
*source_popup*text.scrollHorizontal: False
*source_popup*urlLabel.labelString: ╬╗╓├:
*source_popup*titleLabel.labelString: ╠Γ─┐:
*source_popup*titleLabel.leftOffset: 0
*source_popup*titleLabel.rightOffset: 4
*source_popup*titleLabel.alignment: ALIGNMENT_END
*source_popup*urlLabel.topOffset: 0
*source_popup*urlLabel.leftOffset: 0
*source_popup*urlLabel.rightOffset: 4
*source_popup*urlLabel.alignment: ALIGNMENT_END
*source_popup*titleText.leftOffset: 0
*source_popup*titleText.rightOffset: 0
*source_popup*urlText.leftOffset: 0
*source_popup*urlText.rightOffset: 0
*source_popup*text.leftOffset: 0
*source_popup*text.rightOffset: 0
*source_popup*XmScrolledWindow.topOffset: 8
*source_popup*text.columns: 40
*source_popup*text.rows: 20
*docinfo_popup.title: Netscape: ╬─▒╛╨┼╧ó
*docinfo_popup*OK.labelString: ╚╖╚╧
*docinfo_popup*titleLabel.labelString: ╠Γ─┐:
*docinfo_popup*urlLabel.labelString: ╬╗╓├:
*docinfo_popup*modifiedLabel.labelString: ╫ε║≤╡─╕─╢»:
*docinfo_popup*sourceLabel.labelString: ╘┤┬δ:
*docinfo_popup*charsetLabel.labelString: ▒α┬δ:
*docinfo_popup*dpyLabel.labelString: ┐╔╩╙╗»:
*docinfo_popup*securityFrame.label.labelString: ░▓╚½╨┼╧ó
*docinfo_popup*certificateLabel.labelString: ╖■╬±╞≈╓ñ╩Θú║
*docinfo_popup*certificateText.columns: 20
*docinfo_popup*certificateText.rows: 6
*docinfo_popup*certificateText.wordWrap: True
*docinfo_popup*certificateText.scrollHorizontal:False
*docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
*docinfo_popup*scrollingPolicy: AUTOMATIC
*docinfo_popup*securityText.wordWrap: True
*docinfo_popup*securityText.scrollHorizontal: False
*docinfo_popup*urlLabel.topOffset: 0
*docinfo_popup*urlLabel.leftOffset: 0
*docinfo_popup*urlLabel.rightOffset: 4
*docinfo_popup*urlLabel.alignment: ALIGNMENT_END
*docinfo_popup*titleLabel.leftOffset: 0
*docinfo_popup*titleLabel.rightOffset: 4
*docinfo_popup*titleLabel.alignment: ALIGNMENT_END
*docinfo_popup*modifiedLabel.topOffset: 0
*docinfo_popup*modifiedLabel.leftOffset: 0
*docinfo_popup*modifiedLabel.rightOffset: 4
*docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
*docinfo_popup*charsetLabel.topOffset: 0
*docinfo_popup*charsetLabel.leftOffset: 0
*docinfo_popup*charsetLabel.rightOffset: 4
*docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
*docinfo_popup*sourceLabel.topOffset: 0
*docinfo_popup*sourceLabel.leftOffset: 0
*docinfo_popup*sourceLabel.rightOffset: 4
*docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
*docinfo_popup*dpyLabel.topOffset: 5
*docinfo_popup*dpyLabel.leftOffset: 0
*docinfo_popup*dpyLabel.rightOffset: 4
*docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
*docinfo_popup*dpyText.rows: 3
*docinfo_popup*dpyText.columns: 16
*docinfo_popup*titleText.columns: 14
*docinfo_popup*securityFrame.topOffset: 10
*docinfo_popup*keyDescLabel.leftOffset: 14
*docinfo_popup*keyDescLabel.rightOffset: 14
*docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*certificateLabel.leftOffset: 10
*docinfo_popup*certificateLabel.rightOffset: 10
*docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*securityLabel.leftOffset: 14
*docinfo_popup*securityLabel.rightOffset: 14
*docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*XmScrolledWindow.leftOffset: 10
*docinfo_popup*XmScrolledWindow.rightOffset: 10
*docinfo*noSecurityMessage:\
▒╛░µ▒╛╡─Netscape─┌▓╗░ⁿ║¼░▓╚½▒ú╗ñ╚φ╝■íú
*docinfo*securityLabel.labelString:\
╩╣╙├╖■╬±╞≈╓ñ├≈(server authentication)└┤▒ú╗ñ─π╩╒╡╜Internet╬─▒╛║═─π╖ó╗╪\n\
╡─╨┼╧ó╡─░▓╚½╨╘ú¼╙├╝╙├▄╦π╖¿║═╩²╛▌╥╗╓┬╨╘▒ú╗ñ╥■╦╜íú\n\
─π┐╔╙├╘┌╫┤╠¼╟°╓╨╡─ key/broken key╗≥─┌╚▌╟°╔╧╖╜╡─╤╒╔½╠⌡(└╢╔½╬¬░▓╚½╡─ú╗\n\
░▓╚½╬¬▓╗┐╔┐┐)íú╧Ω╧╕╨┼╧ó╟δ▓╬┐╝─π╡─╩╓▓ß╗≥'░▓╚½╨╘'╥│íú
for details.
*mailto_popup.title: Netscape: ╙╩╝■
*mailto_popup*fromLabel.labelString: ┤╙:
*mailto_popup*toLabel.labelString: ╙╩ ╓┴:
*mailto_popup*newsgroupsLabel.labelString: ═╢╝─╓┴:
*mailto_popup*subjectLabel.labelString: ╓≈ ╠Γ:
*mailto_popup*attachLabel.labelString: ┴¼ ╜╙:
*mailto_popup*attachButton.labelString: ┴¼╜╙...
*mailto_popup*bodyText.wordWrap: True
*mailto_popup*bodyText.scrollHorizontal: False
*mailto_popup*attachButton.marginWidth: 10
*mailto_popup*fromLabel.alignment: ALIGNMENT_END
*mailto_popup*toLabel.alignment: ALIGNMENT_END
*mailto_popup*newsgroupsLabel.alignment: ALIGNMENT_END
*mailto_popup*subjectLabel.alignment: ALIGNMENT_END
*mailto_popup*attachLabel.alignment: ALIGNMENT_END
*mailto_popup*fromLabel.rightOffset: 4
*mailto_popup*toLabel.rightOffset: 0
*mailto_popup*subjectLabel.rightOffset: 0
*mailto_popup*bodyText.topOffset: 8
*mailto_popup*bodyText.columns: 40
*mailto_popup*bodyText.rows: 15
*mailto_popup*mailto.OK.labelString: ╖ó╦═
*mailto_popup*mailto.OkLabelString: ╖ó╦═
*mailto_popup*mailto.Cancel.labelString: ╚í╧√
*mailto_popup*mailto.CancelLabelString: ╚í╧√
*mailto_popup*citeButton.labelString: ╥²╙├╬─▒╛
*mailto_popup*preeditType: overthespot
! Some people just aren't too hip.
!*defaultMailtoText: Hey, check out this cool URL:\n\n
*attach_popup.title: Netscape: ┴¼╜╙╬─▒╛
*attach_popup*attach.Cancel.labelString: ╚í╧√
*attach_popup*label.labelString: \
╘┌╨┼╧ó╡─║≤├µ╘÷╝╙╥╘╧┬╡─┴¼╜╙:
*attach_popup*docToggle.labelString: ╬─▒╛:
*attach_popup*attachURLLabel.labelString: ┴¼╜╙╬¬:
*attach_popup*textToggle.labelString: ╬─▒╛╠σ
*attach_popup*sourceToggle.labelString: ╬─▒╛╘┤┬δ
*attach_popup*postscriptToggle.labelString: PostScript
*attach_popup*fileToggle.labelString: ╬─╝■:
*attach_popup*browseButton.labelString: Σ»└└...
*attach_popup*attach.OK.labelString: ┴¼╜╙
*attach_popup*attach.OkLabelString: ┴¼╜╙
*attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
*attach_popup*XmPushButtonGadget.marginHeight: 0
*attach_popup*indicatorType: ONE_OF_MANY
*attach_popup*docToggle.leftOffset: 20
*attach_popup*docToggle.topOffset: 20
*attach_popup*fileToggle.topOffset: 20
*attach_popup*fileToggle.leftOffset: 0
*attach_popup*fileToggle.bottomOffset: 20
*attach_popup*attachURLLabel.topOffset: 10
*attach_popup*attachURLLabel.leftOffset: 80
*attach_popup*textToggle.leftOffset: 80
*attach_popup*urlText.columns: 20
*attach_popup*XmPushButtonGadget.marginWidth: 10
*attach_popup*XmPushButtonGadget.marginHeight: 5
*attach_popup*browseButton.rightOffset: 10
*formatType*none.labelString: ├╗╙╨┴¼╜╙
*formatType*text.labelString: ╬─▒╛
*formatType*formattedText.labelString: ╕±╩╜╗»╡─╬─▒╛
*formatType*html.labelString: ╘┤┬δ
*formatType*tree.labelString: ╘┤┬δ║══╝╧≤
*formatType*ps.labelString: PostScript
*formatType*url.labelString: ╜÷URL
*preferences_popup.title: Netscape: ╙┼╧╚
*preferences*OkLabelString: ╚╖╚╧
*preferences*Apply.labelString: ╚í╧√
*preferences*ApplyLabelString: ╚í╧√
*preferences*Cancel.labelString: ȱʡ
*preferences*CancelLabelString: ȱʡ
*preferences*prefsPopup.styles.labelString: ┤░┐┌║═┴¼╜╙└α╨═
*preferences*prefsPopup.colors.labelString: ╫╓╠σ║═╤╒╔½
*preferences*prefsPopup.mail.labelString: ╙╩╝■║═╨┬╬┼
*preferences*prefsPopup.cache.labelString: ╕▀╦┘╗║┤µ║══°┬τ
*preferences*prefsPopup.images.labelString: ═╝╧≤║═░▓╚½╨╘
*preferences*prefsPopup.dirs.labelString: ╙ª╙├║═─┐┬╝
*preferences*prefsPopup.helpers.labelString: ░∩╓·╒▀╙ª╙├│╠╨≥
*preferences*prefsPopup.proxies.labelString: ┤·└φ(proxy)
*preferences*prefsPopup*alignment: ALIGNMENT_BEGINNING
*preferences*prefsButton*alignment: ALIGNMENT_BEGINNING
*preferences*OptionLabel*alignment: ALIGNMENT_BEGINNING
*preferences*OptionButton*alignment: ALIGNMENT_BEGINNING
*preferences_popup*preeditType: none
*preferences*windowFrame*windowBoxLabel.labelString: ┤░┐┌└α╨═
*preferences*windowFrame*toolbarLabel.labelString: ╧╘╩╛╣ñ╛▀╠⌡╬¬:
*preferences*windowFrame*icons.labelString: ═╝╨╬
*preferences*windowFrame*text.labelString: ╬─▒╛
*preferences*windowFrame*both.labelString: ═╝╨╬╝░╬─▒╛
*preferences*windowFrame*startLabel.labelString: ┐¬╩╝:
*preferences*windowFrame*blank.labelString: ┐╒░╫╥│
*preferences*windowFrame*home.labelString: ╕∙╥│(Home Page)╬╗╓├:
*preferences*windowFrame*fontLabel.labelString: ╫╓╠σ└α╨═:
*preferences*windowFrame*small.labelString: С
*preferences*windowFrame*medium.labelString: ╓╨
*preferences*windowFrame*large.labelString: ┤≤
*preferences*windowFrame*huge.labelString: ╠╪┤≤
*preferences*windowFrame*toolbarLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*startLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*fontLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*XmLabel.leftOffset: 10
*preferences*windowFrame*XmLabelGadget.leftOffset: 10
*preferences*windowFrame*XmTextField.rightOffset: 10
*preferences*windowFrame*toolbarLabel.topOffset: 15
*preferences*windowFrame*icons.topOffset: 15
*preferences*windowFrame*text.topOffset: 15
*preferences*windowFrame*both.topOffset: 15
*preferences*windowFrame*startLabel.topOffset: 15
*preferences*windowFrame*blank.topOffset: 15
*preferences*windowFrame*home.topOffset: 15
*preferences*windowFrame*fontLabel.topOffset: 15
*preferences*windowFrame*small.topOffset: 15
*preferences*windowFrame*medium.topOffset: 15
*preferences*windowFrame*large.topOffset: 15
*preferences*windowFrame*huge.topOffset: 15
*preferences*windowFrame*fontLabel.bottomOffset: 15
*preferences*windowFrame*toolbarLabel.rightOffset: 10
*preferences*windowFrame*startLabel.rightOffset: 10
*preferences*windowFrame*fontLabel.rightOffset: 10
*preferences*windowFrame.topOffset: 10
*preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*preferences*encodingFrame*encodingBoxLabel.labelString: ▒α┬δ
*preferences*encodingFrame*encodingOption.labelString: ╬─▒╛▒α┬δ:
*preferences*encodingFrame*encodingList*Latin1.labelString: Latin1
*preferences*encodingFrame*encodingList*SJIS.labelString: SJIS
*preferences*encodingFrame*encodingList*EUC-JP.labelString: EUC-JP
*preferences*encodingFrame*encodingList*ISO-2022-KR.labelString:
ISO-2022-KR
*preferences*encodingFrame*encodingList*EUC-KR.labelString: EUC-KR
*preferences*encodingFrame*encodingList*EUC-CN.labelString: EUC-CN
*preferences*encodingFrame*encodingList*EUC-TW.labelString: EUC-TW
*preferences*encodingFrame*encodingList*BIG5.labelString: BIG5
*preferences*encodingFrame*autoselect.labelString: ╫╘╢»╤í╘±
*preferences*linkFrame*linkBoxLabel.labelString: ┴¼╜╙└α╨═
*preferences*linkFrame*underline.labelString: ╘┌┴¼╜╙╧┬├µ╝╙╧┬╗«╧▀
*preferences*linkFrame*followedLinkLabel.labelString: ╦µ┴¼╜╙╡─╤╒╔½:
*preferences*linkFrame*unfollowedLinkLabel.labelString: ▓╗╦µ┴¼╜╙╡─╤╒╔½:
*preferences*linkFrame*expireLabel.labelString: ╦µ┴¼╜╙╡─╙╨╨º╞┌:
*preferences*linkFrame*expireAfter.labelString: ╓«║≤:
*preferences*linkFrame*expireDaysLabel.labelString: ╠∞
*preferences*linkFrame*expireDays.columns: 2
*preferences*linkFrame*expireNever.labelString: ▓╗╩º╨º
*preferences*linkFrame*expireNow.labelString: ╧╓╘┌
*preferences*linkFrame*followedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*unfollowedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*indicatorType: ONE_OF_MANY
*preferences*linkFrame*underline.indicatorType: N_OF_MANY
*preferences*linkFrame*XmLabel.leftOffset: 10
*preferences*linkFrame*XmLabelGadget.leftOffset: 10
*preferences*linkFrame*expireDaysLabel.leftOffset: 0
*preferences*linkFrame*expireDays.topOffset: 10
*preferences*linkFrame*expireDays.bottomOffset: 10
*preferences*linkFrame*expireNow.marginWidth: 10
*preferences*linkFrame*underline.leftOffset: 10
*preferences*linkFrame*expireLabel.leftOffset: 10
*preferences*linkFrame*expireDaysLabel.leftOffset: 0
*preferences*linkFrame*expireDays.rightOffset: 0
*preferences*linkFrame*expireNever.leftOffset: 20
*preferences*linkFrame*expireNow.leftOffset: 20
*preferences*linkFrame*expireLabel.rightOffset: 10
*preferences*linkFrame.topOffset: 10
*preferences*mailFrame*mailBoxLabel.labelString: ╡τ╫╙╙╩╝■
*preferences*mailFrame*mailBoxLabel.topOffset: -4
*preferences*mailFrame*mailBoxLabel.leftOffset: 10
*preferences*mailFrame*smtpLabel.labelString: ╡τ╫╙╙╩╝■(SMTP)╖■╬±╞≈:
*preferences*mailFrame*nameLabel.labelString: ─π╡─├√╫╓:
*preferences*mailFrame*mailLabel.labelString: ─π╡─╡τ╫╙╙╩╝■:
*preferences*mailFrame*orgLabel.labelString: ─π╦∙╩⌠╗·╣╣:
*preferences*mailFrame*sigLabel.labelString: ╟⌐├√╬─╝■:
*preferences*mailFrame*8bitLabel.labelString: ╖ó╦═╝░╙╩╝─:
*preferences*mailFrame*8bitToggle.labelString: ╘╩╨φ 8-bit
*preferences*mailFrame*qpToggle.labelString: ╖√║╧MIME (╥²╓ñ┐╔┤≥╙í╡─)
*preferences*mailFrame*sigBrowse.labelString: Σ»└└...
*preferences*mailFrame*XmLabel.leftOffset: 4
*preferences*mailFrame*XmLabelGadget.leftOffset: 4
*preferences*mailFrame*XmTextField.rightOffset: 10
*preferences*mailFrame*sigBrowse.rightOffset: 10
*preferences*mailFrame*smtpText.topOffset: 10
*preferences*mailFrame*mailText.bottomOffset: 15
*preferences*mailFrame*orgText.bottomOffset: 15
*preferences*mailFrame*sigText.bottomOffset: 15
*preferences*mailFrame*sigText.columns: 18
*preferences*mailFrame*8bitToggle.bottomOffset: 4
*preferences*mailFrame.topOffset: 10
*preferences*mailFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*mailFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*mailFrame*XmPushButtonGadget.leftOffset: 8
*preferences*mailFrame*XmPushButtonGadget.rightOffset: 8
*preferences*mailFrame*XmPushButtonGadget.marginWidth: 10
*preferences*mailFrame*8bitToggle.indicatorType: ONE_OF_MANY
*preferences*mailFrame*qpToggle.indicatorType: ONE_OF_MANY
*preferences*newsFrame*newshostLabel.labelString: ╨┬╬┼(NNTP)╖■╬±╞≈:
*preferences*newsFrame*newsrcLabel.labelString: ╨┬╬┼RC─┐┬╝:
*preferences*newsFrame*newsrcBrowse.labelString: Σ»└└...
*preferences*newsFrame*newsMaxLabel.labelString: ╧╘╩╛:
*preferences*newsFrame*newsMaxSuffix.labelString: ╞¬╬─╒┬╥╗┤╬
*preferences*newsFrame*newsMaxSuffix.leftOffset: 0
*preferences*newsFrame*newsMaxText.columns: 3
*preferences*newsFrame*newsBoxLabel.labelString: ╨┬╬┼
*preferences*newsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
*preferences*newsFrame*XmTextField.rightOffset: 10
*preferences*newsFrame*XmLabel.leftOffset: 4
*preferences*newsFrame*XmLabelGadget.leftOffset: 4
*preferences*newsFrame*XmLabel.rightOffset: 4
*preferences*newsFrame*XmLabelGadget.rightOffset: 4
*preferences*newsFrame*newsMaxText.bottomOffset: 10
*preferences*newsFrame.topOffset: 10
*preferences*newsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*newsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*newsFrame*newsrcText.columns: 18
*preferences*cacheFrame*cacheBoxLabel.labelString: ╕▀╦┘╗║┤µ
*preferences*cacheFrame*memoryLabel.labelString: ─┌┤µ╕▀╦┘╗║┤µ:
*preferences*cacheFrame*diskLabel.labelString: ╙▓┼╠╕▀╦┘╗║┤µ:
*preferences*cacheFrame*dirLabel.labelString: ╙▓┼╠╕▀╦┘╗║┤µ─┐┬╝:
*preferences*cacheFrame*verifyLabel.labelString: ╤Θ╓ñ╬─▒╛:
*preferences*cacheFrame*onceToggle.labelString: ├┐┤╬╫≈╥╡╤Θ╓ñ╥╗┤╬
*preferences*cacheFrame*everyToggle.labelString: ├┐┤╬
*preferences*cacheFrame*expiredToggle.labelString: ▓╗╤Θ╓ñ
*preferences*cacheFrame*browse.labelString: Σ»└└...
*preferences*cacheFrame*k.labelString: K╫╓╜┌
*preferences*cacheFrame*memClear.labelString: ╧╓╘┌╟σ│²─┌┤µ╕▀╦┘╗║┤µ
*preferences*cacheFrame*diskClear.labelString: ╧╓╘┌╟σ│²╙▓┼╠╕▀╦┘╗║┤µ
*preferences*cacheFrame*memoryText.columns: 3
*preferences*cacheFrame*diskText.columns: 3
*preferences*cacheFrame*cacheDirText.columns: 8
*preferences*cacheFrame*alignment: ALIGNMENT_BEGINNING
*preferences*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*diskLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*dirLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*memClear.leftOffset: 25
*preferences*cacheFrame*diskClear.leftOffset: 25
*preferences*cacheFrame*browse.rightOffset: 10
*preferences*cacheFrame*browse.bottomOffset: 10
*preferences*cacheFrame*memoryText.bottomOffset: 10
*preferences*cacheFrame*onceToggle.bottomOffset: 10
*preferences*cacheFrame*cacheDirText.bottomOffset: 10
*preferences*cacheFrame*indicatorType: ONE_OF_MANY
*preferences*cacheFrame*browse.marginWidth: 10
*preferences*cacheFrame*memClear.marginWidth: 10
*preferences*cacheFrame*diskClear.marginWidth: 10
*preferences*netFrame*netBoxLabel.labelString: ═°┬τ
*preferences*netFrame*bufLabel.labelString: ═°┬τ╗║│σ╟°┤≤╨í:
*preferences*netFrame*connLabel.labelString: ┴¼╜╙:
*preferences*netFrame*connSuffix.labelString: \
(═¼╥╗╩▒╝Σ╫ε┤≤╡─═°┬τ┴¼╜╙╩²)
*preferences*netFrame*k.labelString: K╫╓╜┌
*preferences*netFrame*connSuffix.rightOffset: 10
*preferences*netFrame*networkFrame.topOffset: 10
*preferences*netFrame*bufText.columns: 3
*preferences*netFrame*connText.columns: 3
*preferences*netFrame*alignment: ALIGNMENT_BEGINNING
*preferences*netFrame*bufLabel.alignment: ALIGNMENT_END
*preferences*netFrame*connLabel.alignment: ALIGNMENT_END
*preferences*netFrame*bufText.bottomOffset: 10
*preferences*netFrame*connText.bottomOffset: 10
*preferences*appsFrame*appsBoxLabel.labelString: ╓º│╓╡─╙ª╙├
*preferences*appsFrame*telnetLabel.labelString: Telnet ╙ª╙├:
*preferences*appsFrame*tn3270Label.labelString: TN3270 ╙ª╙├:
*preferences*appsFrame*rloginLabel.labelString: Rlogin ╙ª╙├:
*preferences*appsFrame*rloginUserLabel.labelString: Rlogin ┤°╙├╗º:
*preferences*appsFrame*appsFrame.topOffset: 10
*preferences*appsFrame*rloginUserText.bottomOffset: 10
*preferences*appsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame*dirsBoxLabel.labelString: ─┐┬╝
*preferences*dirsFrame*tmpLabel.labelString: ┴┘╩▒─┐┬╝:
*preferences*dirsFrame*bookLabel.labelString: ╩Θ╟⌐:
*preferences*dirsFrame*tmpBrowse.labelString: Σ»└└...
*preferences*dirsFrame*bookBrowse.labelString: Σ»└└...
*preferences*dirsFrame*dirsFrame.topOffset: 10
*preferences*dirsFrame*tmpText.columns: 19
*preferences*dirsFrame*tmpText.bottomOffset: 10
*preferences*dirsFrame*bookText.bottomOffset: 10
*preferences*dirsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*dirsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame.topOffset: 10
*preferences*dirsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*dirsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*imagesFrame*imagesBoxLabel.labelString: ═╝╧≤
*preferences*imagesFrame*colors.labelString: ╤╒╔½:
*preferences*imagesFrame*dither.labelString: ╢╢╢»(dither)╡╜╤╒╔½╖╜┐Θ
*preferences*imagesFrame*closest.labelString: ╩╣╙├╤╒╔½╖╜┐Θ╓╨╫ε╜╙╜ⁿ╡─╤╒╔½
*preferences*imagesFrame*display.labelString: ╧╘╩╛╤╒╔½:
*preferences*imagesFrame*while.labelString: ╘┌╫░╘╪╩▒
*preferences*imagesFrame*after.labelString: ╫░╘╪║≤
*preferences*imagesFrame*imagesFrame.topOffset: 10
*preferences*imagesFrame*closest.rightOffset: 10
*preferences*imagesFrame*while.bottomOffset: 10
*preferences*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
*preferences*imagesFrame*indicatorType: ONE_OF_MANY
*preferences*imagesFrame*after.bottomOffset: 10
*preferences*securityFrame*securityBoxLabel.labelString: ░▓╚½╨╘▒Σ╢»
*preferences*securityFrame*alertLabel.labelString: ╓«╟░╧╘╩╛╧╘╩╛╥╗╕÷╡»│÷╛»╕µ:
*preferences*securityFrame*enterToggle.labelString: \
╩Σ╚δ░▓╚½╬─▒╛┐╒╝Σ (╖■╬±╞≈)
*preferences*securityFrame*leaveToggle.labelString: \
┴⌠╧┬░▓╚½╬─▒╛┐╒╝Σ (╖■╬±╞≈)
*preferences*securityFrame*mixedToggle.labelString: \
╩╣╙├░▓╚½/▓╗░▓╚½(Secure/Insecure)╗∞║═─ú╩╜╣█┐┤╬─▒╛
*preferences*securityFrame*alignment: ALIGNMENT_BEGINNING
*preferences*securityFrame*submitToggle.labelString: \
▓╗░▓╚½╡─╠ß╜╗▒φ
*preferences*securityFrame*alertLabel.topOffset: 10
*preferences*securityFrame*alertLabel.leftOffset: 10
*preferences*securityFrame*enterToggle.topOffset: 10
*preferences*securityFrame*enterToggle.leftOffset: 20
*preferences*securityFrame*submitToggle.bottomOffset: 10
*preferences*securityFrame*enterToggle.rightOffset: 10
*preferences*securityFrame*leaveToggle.rightOffset: 10
*preferences*securityFrame*mixedToggle.rightOffset: 10
*preferences*securityFrame*submitToggle.rightOffset: 10
*preferences*securityFrame.topOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.labelString: ┤·└φ(Proxies)
*preferences*proxiesFrame*ftpLabel.labelString: FTP┤·└φ(Proxy):
*preferences*proxiesFrame*gopherLabel.labelString: Gopher┤·└φ(Proxy):
*preferences*proxiesFrame*httpLabel.labelString: HTTP┤·└φ(Proxy):
*preferences*proxiesFrame*httpsLabel.labelString: ░▓╚½╨╘┤·└φ(Proxy):
*preferences*proxiesFrame*waisLabel.labelString: WAIS┤·└φ(Proxy):
*preferences*proxiesFrame*noLabel.labelString: ╬▐┤·└φ(Proxy)╕°:
*preferences*proxiesFrame*socksLabel.labelString: SOCKS ╓≈╗·:
*preferences*proxiesFrame*portLabel.labelString: ╢╦┐┌:
*preferences*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmTextField.columns: 19
*preferences*proxiesFrame*ftpPort.columns: 3
*preferences*proxiesFrame*ftpText.rightOffset: 10
*preferences*proxiesFrame*ftpPort.rightOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.leftOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.topOffset: -4
*preferences*proxiesFrame*XmLabel.leftOffset: 10
*preferences*proxiesFrame*XmLabelGadget.leftOffset: 10
*preferences*proxiesFrame*portLabel.leftOffset: 10
*preferences*proxiesFrame*noText.bottomOffset: 10
*preferences*proxiesFrame*socksText.topOffset: 15
*preferences*proxiesFrame*socksText.bottomOffset: 10
*preferences*helperFrame*helperBoxLabel.labelString: MIME ┼Σ╓├╬─╝■
*preferences*helperFrame*globalMimeTypesLabel.labelString: ╚½╛╓└α╨═╬─╝■:
*preferences*helperFrame*privateMimeTypesLabel.labelString:╕÷╚╦└α╨═╬─╝■:
*preferences*helperFrame*globalMailcapLabel.labelString: ╚½╛╓Mailcap╬─╝■:
*preferences*helperFrame*privateMailcapLabel.labelString:╕÷╚╦Mailcap╬─╝■:
*preferences*helperFrame*globalMimeTypesBrowseButton.labelString: Σ»└└...
*preferences*helperFrame*privateMimeTypesBrowseButton.labelString: Σ»└└...
*preferences*helperFrame*globalMailcapBrowseButton.labelString: Σ»└└...
*preferences*helperFrame*privateMailcapBrowseButton.labelString: Σ»└└...
*preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*globalMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*XmLabel.rightOffset: 4
*preferences*helperFrame*XmLabelGadget.rightOffset: 4
*preferences*helperFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*helperFrame*XmTextField.columns: 18
*preferences*helperFrame*globalMailcapText.topOffset: 10
*preferences*helperFrame*privateMailcapText.bottomOffset: 10
*preferences*helperFrame*XmPushButtonGadget.leftOffset: 10
*preferences*helperFrame*XmPushButtonGadget.rightOffset: 10
*enteringSecureDialog_popup.title: Netscape: ░▓╚½╬─▒╛
*enteringSecureDialog*toggle.labelString: ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*enteringSecureDialog*toggle.leftOffset: 100
*enteringSecureDialog.selectionLabelString:\
─π╥╤╔Ω╟δ╥╗╕÷░▓╚½╬─▒╛íú╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪\n\
╡─╚╬║╬╨┼╧ó╢╝▒╗╝╙├▄╥╘▒ú╗ñ─π╡─╥■╦╜íú\n\
╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
*leavingSecureDialog_popup.title: Netscape: ░▓╚½╨╘╛»╕µ
*leavingSecureDialog*toggle.labelString: ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*leavingSecureDialog.OkLabelString: ╝╠╨°╫░╘╪
*leavingSecureDialog.CancelLabelString: ╚í╧√╫░╘╪
*leavingSecureDialog*toggle.leftOffset: 100
*leavingSecureDialog.selectionLabelString:\
─π╥╤╔Ω╟δ╥╗╕÷╖╟░▓╚½╬─▒╛íú╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪\n\
╡─╚╬║╬╨┼╧ó╢╝┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú\n\
╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
*mixedSecurityDialog_popup.title: Netscape: ░▓╚½╨╘╛»╕µ
*mixedSecurityDialog*toggle.labelString: ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
*mixedSecurityDialog*toggle.leftOffset: 100
*mixedSecurityDialog.selectionLabelString:\
─π╥╤╔Ω╟δ╥╗╕÷░ⁿ║¼╥╗╨⌐╖╟░▓╚½╨┼╧ó╡─░▓╚½╬─▒╛íú\n\
\n\
╖╟░▓╚½╨┼╧ó╜½▓╗▒╗╧╘╩╛íú\n\
╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
*redirectionToInsecureDialog_popup.title: Netscape: ░▓╚½╨╘╛»╕µ
*redirectionToInsecureDialog*toggle.labelString:╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*redirectionToInsecureDialog.OkLabelString: ╝╠╨°╫░╘╪
*redirectionToInsecureDialog.CancelLabelString: ╚í╧√╫░╘╪
*redirectionToInsecureDialog*toggle.leftOffset: 100
*redirectionToInsecureDialog.selectionLabelString:\
╛»╕µ! ─π╥╤╔Ω╟δ╥╗╕÷╖╟░▓╚½╬─▒╛ú¼┤╦╬─▒╛╘¡╧╚▒╗╓╕╢¿╬¬░▓╚½╬─▒╛\n\
(╒Γ╕÷╬╗╓├▒╗┤╙░▓╚½╬─▒╛╓╪╢¿╧≥╬¬╖╟░▓╚½╬─▒╛)íú\n\
╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪╡─╚╬║╬╨┼╧ó╢╝┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú
*insecurePostFromSecureDocDialog_popup.title: Netscape: ░▓╚½╨╘╛»╕µ
*insecurePostFromSecureDocDialog*toggle.labelString: ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromSecureDocDialog.OkLabelString: ╝╠╨°╠ß╜╗
*insecurePostFromSecureDocDialog.CancelLabelString: ╚í╧√╠ß╜╗
*insecurePostFromSecureDocDialog*toggle.leftOffset: 100
*insecurePostFromSecureDocDialog.selectionLabelString:\
╛»╕µ! ╦Σ╚╗░▓╚½╩╟░▓╚½╬─▒╛ú¼╡½─π╠ß╜╗╡─╚╬║╬╨┼╧ó╢╝╩╟▓╗░▓╚½╡─╢°╟╥╘┌\n\
┤½╩Σ╣²│╠╓╨┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú╚τ╣√─π╠ß╜╗┐┌┴εú¼╨┼╙├┐¿║┼┬δú¼╗≥╞Σ╦ⁿ\n\
─π╧δ▒ú├▄╡─╨┼╧óú¼╚í╧√▒╛▓┘╫≈╜½╕ⁿ░▓╚½íú
*insecurePostFromInsecureDocDialog_popup.title: Netscape: ░▓╚½╨╘╛»╕µ
*insecurePostFromInsecureDocDialog.OkLabelString: ╝╠╨°╠ß╜╗
*insecurePostFromInsecureDocDialog.CancelLabelString: ╚í╧√╠ß╜╗
*insecurePostFromInsecureDocDialog*toggle.labelString:╧┬┤╬╧╘╩╛▒╛▒Σ╢»
*insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
*insecurePostFromInsecureDocDialog.selectionLabelString:\
─π╠ß╜╗╡─╨┼╧ó╩╟▓╗░▓╚½╡─╢°╟╥╘┌┤½╩Σ╣²│╠╓╨┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú\n\
╚τ╣√─π╠ß╜╗┐┌┴εú¼╨┼╙├┐¿║┼┬δú¼╗≥╞Σ╦ⁿ─π╧δ▒ú├▄╡─╨┼╧óú¼\n\
╚í╧√▒╛▓┘╫≈╜½╕ⁿ░▓╚½íú
*licenseDialog_popup.title: Netscape: ╨φ┐╔╓ñ╨¡╥Θ
*licenseDialog*label1.labelString:\n\
Netscape ╩╟╥╗╕÷╨Φ╥¬╨φ┐╔╓ñ╡─╚φ╝■íú ▒╛╚φ╝■╡─╩╣╙├▒╗╥╘╧┬\n\
╨φ┐╔╓ñ╨¡╥Θ╠⌡┐ε╦∙╘╝╩°íú\n
*licenseDialog*label2.labelString:\n\
╚τ╣√─π╜╙╩▄▒╛╨φ┐╔╓ñ╨¡╥Θ╠⌡┐εú¼╟δ░┤'╜╙╩▄'íú╖±╘≥░┤'▓╗╜╙╩▄'íú\n\
*licenseDialog*text.columns: 18
*licenseDialog*text.rows: 23
*licenseDialog*text.wordWrap: True
*licenseDialog*text.scrollHorizontal: False
*licenseDialog.accept.labelString: ╜╙ ╩▄
*licenseDialog.reject.labelString: ▓╗╜╙╩▄
*printSetup_popup.title: Netscape: ┤≥╙í
*printSetup*printToLabel.labelString: ┤≥╙í╓┴:
*printSetup*toPrinterToggle.labelString: ┤≥╙í╗·
*printSetup*toFileToggle.labelString: ╬─╝■
*printSetup*printCommandLabel.labelString: ┤≥╙í├ⁿ┴ε:
*printSetup*fileNameLabel.labelString: ╬─╝■├√:
*printSetup*browseButton.labelString: Σ»└└...
*printSetup*printLabel.labelString: ┤≥╙í:
*printSetup*firstFirstToggle.labelString: ╟░├µ╧╚╧╘╩╛
*printSetup*lastFirstToggle.labelString: ║≤├µ╧╚╧╘╩╛
*printSetup*orientationLabel.labelString: ╢¿╧≥:
*printSetup*portraitToggle.labelString: ╨ñ╧±
*printSetup*landscapeToggle.labelString: ╖τ╛░
*printSetup*printColorLabel.labelString: ┤≥╙í:
*printSetup*greyscaleToggle.labelString: ╗╥╔½
*printSetup*colorToggle.labelString: ╤╒╔½
*printSetup*paperSizeLabel.labelString: ╓╜╒┼┤≤╨í:
*printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
*printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
*printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
*printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
*printSetup*OK.labelString: ┤≥╙í
*printSetup*OkLabelString: ┤≥╙í
*printSetup*CancelLabelString: ╚í╧√
*printSetup*XmLabel.alignment: ALIGNMENT_END
*printSetup*XmLabelGadget.alignment: ALIGNMENT_END
*printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
*printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*printSetup*lastFirstToggle.leftOffset: 10
*printSetup*landscapeToggle.leftOffset: 10
*printSetup*colorToggle.leftOffset: 10
*printSetup*legalToggle.leftOffset: 10
*printSetup*a4Toggle.leftOffset: 10
*printSetup*XmLabel.rightOffset: 10
*printSetup*XmLabelGadget.rightOffset: 10
*printSetup*browseButton.marginHeight: 3
*printSetup*browseButton.marginWidth: 4
*printSetup*line.topOffset: 4
*printSetup*printLabel.topOffset: 4
*printSetup*firstFirstToggle.topOffset: 10
*printSetup*portraitToggle.topOffset: 10
*printSetup*greyscaleToggle.topOffset: 10
*printSetup*letterToggle.topOffset: 10
*printSetup_popup*preeditType: overthespot
*findDialog_popup.title: Netscape: ╤░╒╥
*findDialog*findLabel.labelString: ╤░╒╥:
*findDialog*findLabel.alignment: ALIGNMENT_END
*findDialog*caseSensitive.labelString: ╫╓─╕┤≤╨í╨┤├⌠╕╨
*findDialog*backwards.labelString: ╧≥║≤╤░╒╥
*findDialog*backwards.leftOffset: 20
*findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
*findDialog*backwards.alignment: ALIGNMENT_BEGINNING
*findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
*findDialog*XmToggleButtonGadget.visibleWhenOff:True
*findDialog*OK.labelString: ╤░╒╥
*findDialog*OkLabelString: ╤░╒╥
*findDialog*Apply.labelString: ╟σ│²
*findDialog*ApplyLabelString: ╟σ│²
*findDialog*Cancel.labelString: ╣╪▒╒
*findDialog*CancelLabelString: ╣╪▒╒
*findDialog_popup*preeditType: overthespot
*openURL_popup.title: Netscape: ┤≥┐¬╬╗╓├
*openURL*openURLLabel.labelString: ┤≥┐¬╬╗╓├:
*openURL*OK.labelString: ┤≥┐¬
*openURL*OkLabelString: ┤≥┐¬
*openURL*Apply.labelString: ╟σ│²
*openURL*ApplyLabelString: ╟σ│²
*openURL*Cancel.labelString: ╚í╧√
*openURL*CancelLabelString: ╚í╧√
*openURL*openURLLabel.alignment: ALIGNMENT_END
*openURL*urlText.columns: 23
*openURL.width: 500
*openURL_popup*preeditType: overthespot
*message_popup.title: Netscape
*message_popup*OK.labelString: ╚╖╚╧
*message_popup*OkLabelString: ╚╖╚╧
*error_popup.title: Netscape: │÷┤φ
*question_popup.title: Netscape: ╬╩╠Γ
*question_popup*OK.labelString: ╚╖╚╧
*question_popup*Cancel.labelString: ╚í╧√
*prompt_popup.title: Netscape: ╠ß╩╛
*password_popup.title: Netscape: ┐┌┴ε
*stdout_popup.title: Netscape: ╫╙╜°│╠╒∩╢╧ (stdout)
*stderr_popup.title: Netscape: ╫╙╜°│╠╒∩╢╧ (stderr)
*stdout_stderr_popup.title: Netscape: ╫╙╜°│╠╒∩╢╧ (stdout/stderr)
*citing_popup.title: Netscape
*citing_popup*messageString: \n╥²╙├...\n
*printing_popup.title: Netscape
*printing_popup*messageString: \n┤≥╙í...\n
*deliveringMessage_popup.title: Netscape
*deliveringMessage_popup*messageString: \n┤½╡▌╨┼╧ó...\n
*saving_popup.title: Netscape
*saving_popup*messageString: \n▒ú┤µ╡╜╙▓┼╠...\n
*visual_popup.title: Netscape: ╕─▒Σ X ╧╘╩╛
*visual_popup*listLabelString: ┐╔╙├╡─╧╘╩╛:
*dialog*OK.labelString: ╚╖╚╧
*dialog*clear.labelString: ╟σ│²
*dialog*Cancel.labelString: ╚í╧√
*dialog*userLabel.labelString: ╙├╗º ID:
*dialog*passwdLabel.labelString: ┐┌┴ε:
*dialog*userLabel.alignment: ALIGNMENT_END
*dialog*passwdLabel.alignment: ALIGNMENT_END
*citationQuery_popup.title: ╥²╙├└α╨═╬╩╠Γ
*citationQuery.selectionLabelString: \n\
─π╥╤╥²╙├┴╦╒√╕÷╬─▒╛╢°▓╗╩╟┴¼╜╙╦ⁿíú\n\
\n\
─π┐╔┴¼╜╙┤╦╬─▒╛ú¼╦ⁿ╗ß│÷╧╓╘┌╨┼╧ó╓╨╢°╟╥╘┌╨╨╡─┐¬╩╝┤ª├╗╙╨'>'íú\n\
╒Γ╩╣╡├╜╙╩╒╒▀▒ú┤µ║═╩╣╙├▒╛╬─▒╛╕ⁿ╖╜▒πíú\n\
\n\
─π╧δ░╤╒Γ╕÷╬─▒╛╫≈╬¬┴¼╜╙╖ó╦═┬≡?\n
*citationQuery*OK.labelString: ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
*citationQuery*OkLabelString: ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
*citationQuery*Apply.labelString: ╫≈╬¬╥²╙├\n╖ó ╦═
*citationQuery*ApplyLabelString: ╫≈╬¬╥²╙├\n╖ó ╦═
*citationQuery*Cancel.labelString: ╚í╧√
*citationQuery*CancelLabelString: ╚í╧√
*doubleCitationQuery_popup.title: ╥²╙├└α╨═╬╩╠Γ
*doubleCitationQuery.selectionLabelString: \n\
─π╥╤╛¡(┐╔─▄╩╟╬▐╥Γ╡─)░ⁿ║¼═¼╥╗╬─▒╛┴╜┤╬íú:\n\
╡┌╥╗╕÷╩╟╥²╙├(├┐╥╗╨╨╡─╨╨╩╫╩╟ `>'),\n\
╚╗║≤╩╟┴¼╜╙(╫≈╬¬╨┼╧ó╡─╡┌╢■▓┐╖▌ú¼░ⁿ║¼╘┌─π╡─╨┬╬─▒╛╓«║≤íú)\n\
\n\
─π╩╟╧δ╖ó╦═┴¼╜╙╬─▒╛╗≥╖ó╦═╥²╙├╬─▒╛?
*doubleCitationQuery*OK.labelString: ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
*doubleCitationQuery*OkLabelString: ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
*doubleCitationQuery*Apply.labelString: ╫≈╬¬╥²╙├\n╖ó ╦═
*doubleCitationQuery*ApplyLabelString: ╫≈╬¬╥²╙├\n╖ó ╦═
*doubleCitationQuery*CancelLabelString: ╚í╧√
*doubleCitationQuery*Cancel.labelString:╚í╧√
*streamingAudioQuery_popup.title: ╥⌠╞╡╬╩╠Γ
*streamingAudioQuery.selectionLabelString: \
─π╩╟░╤┤╙═°┬τ╓╨╣²└┤╡─╩²╛▌╓▒╜╙▓Ñ╖┼╕°═Γ▓┐╣█▓∞╒▀ú¼\n\
╗╣╩╟▒ú┤µ╡╜╬─╝■║≤╘┌▓Ñ╖┼ú┐
*streamingAudioQuery*OK.labelString: ┤╙═°┬τ▓Ñ╖┼
*streamingAudioQuery*OkLabelString: ┤╙═°┬τ▓Ñ╖┼
*streamingAudioQuery*Apply.labelString: ╧╚▒ú┤µ
*streamingAudioQuery*ApplyLabelString: ╧╚▒ú┤µ
*streamingAudioQuery*Cancel.labelString: ╚í╧√
*streamingAudioQuery*CancelLabelString: ╚í╧√
*fileSelector*filterLabelString: ╣²┬╦╞≈
*fileSelector*dirListLabelString: ─┐┬╝
*fileSelector*fileListLabelString: ╬─╝■
*fileSelector*OkLabelString: ╚╖╚╧
*fileSelector*ApplyLabelString: ╣²┬╦╞≈
*fileSelector*CancelLabelString: ╚í╧√
*fileSelector.Selection.labelString: ╤í╘±
*fileSelector.pattern: *.html
*fileSelector*fileTypeMask: FILE_ANY_TYPE
*fileSelector*saveTypeBox.orientation: HORIZONTAL
*fileSelector*formatType.labelString: ▒ú┤µ╬─▒╛╡─╕±╩╜:
*fileSelector_popup*preeditType: overthespot
*fileBrowser_popup.title: Netscape: ╬─╝■Σ»└└╞≈
*fileBrowser*filterLabelString: ╣²┬╦╞≈
*fileBrowser*dirListLabelString: ─┐┬╝
*fileBrowser*fileListLabelString: ╬─╝■
*fileBrowser*Selection.labelString: ╤í╘±
*fileBrowser*OkLabelString: ╚╖╚╧
*fileBrowser*ApplyLabelString: ╣²┬╦╞≈
*fileBrowser*CancelLabelString: ╚í╧√
*fileBrowser*HelpLabelString: ░∩╓·
*formSubmitButton.labelString: ╠ß╜╗
*formResetButton.labelString: ╕┤╬╗
*formButton.labelString: ║∩╫╙┤≤─╘(Monkey Brains)
*bookmark_popup.title: Netscape: ╩Θ╟⌐
*bookmark*add.labelString: ╝╙╩Θ╟⌐
*bookmark*goto.labelString: ╠°╓┴
*bookmark*selectedLabel.labelString: URL
*bookmark*up.labelString: ╔╧
*bookmark*down.labelString: ╧┬
*bookmark*in.labelString: ╜°
*bookmark*out.labelString: │÷
*bookmark*find.labelString: ╤░╒╥:
*bookmark*close.labelString: ╣╪▒╒
*bookmark*edit.labelString: ▒α╝¡>>
*bookmark*view.labelString: ╣█┐┤╩Θ╟⌐...
*bookmark*export.labelString: ╩Σ│÷╩Θ╟⌐...
*bookmark*import.labelString: ╩Σ╚δ╩Θ╟⌐...
*bookmark*addUnderLabel.labelString: ╘┌...╓«║≤▓╦╡Ñ╘÷╝╙:
*bookmark*bookmarkMenuLabel.labelString:╙├...┐¬╩╝▓╦╡Ñ:
*bookmark*newURL.labelString: ╨┬╩Θ╟⌐
*bookmark*newHeader.labelString: ╨┬▒Ω╠Γ
*bookmark*newSeparator.labelString: ╨┬╖╓╕ε╖√
*bookmark*bookmarkNameLabel.labelString:├√╫╓:
*bookmark*bookmarkURLLabel.labelString: ╬╗╓├:
*bookmark*visitedLabel.labelString: ╫ε║≤╥╗┤╬╖├╬╩:
*bookmark*addedLabel.labelString: ╘÷╝╙:
*bookmark*descriptionLabel.labelString: ├Φ╩÷:
*bookmark*done.labelString: << ▒α╝¡╜ß╩°
*bookmark*copy.labelString: ┐╜▒┤╧ε─┐
*bookmark*remove.labelString: ╔╛│²╧ε─┐
*bookmark*leftBox*resizable: False
*bookmark*XmList*visibleItemCount: 14
*bookmark*XmList*listSizePolicy: RESIZE_IF_POSSIBLE
*bookmark*XmPushButton.alignment: ALIGNMENT_CENTER
*bookmark*XmPushButtonGadget.alignment: ALIGNMENT_CENTER
*bookmark*XmLabel.alignment: ALIGNMENT_END
*bookmark*XmLabel.alignment: ALIGNMENT_END
*bookmark*XmLabelGadget.alignment: ALIGNMENT_END
*bookmark*selectedLabel.alignment: ALIGNMENT_BEGINNING
*bookmark*leftBox.leftOffset: 10
*bookmark*leftBox.topOffset: 10
*bookmark*leftBox.bottomOffset: 10
*bookmark*XmScrolledWindow.rightOffset: 10
*bookmark*leftBox*box1.rightOffset: 10
*bookmark*leftBox*box2.rightOffset: 10
*bookmark*leftBox*box3.rightOffset: 10
*bookmark*leftBox*box4.rightOffset: 10
! add 5 to descriptionText.topOffset to align label with text baseline (gag)
*bookmark*descriptionLabel.topOffset: 5
*bookmark*selectedLabel.rightOffset: 10
*bookmark*selectedLabel.recomputeSize: False
*bookmark*rightBox.topOffset: 10
*bookmark*rightBox.bottomOffset: 10
*bookmark*rightBox.rightOffset: 10
*bookmark*rightBox*box2.resizePolicy: RESIZE_GROW
*bookmarkLabelItem.alignment: ALIGNMENT_BEGINNING
*bookmark*box1.marginWidth: 0
*bookmark*box1.marginHeight: 0
*bookmark*box2.marginWidth: 0
*bookmark*box2.marginHeight: 0
*bookmark*box3.marginWidth: 0
*bookmark*box3.marginHeight: 0
*bookmark*box4.marginWidth: 0
*bookmark*box4.marginHeight: 0
*bookmark*box5.marginWidth: 0
*bookmark*box5.marginHeight: 0
*bookmark*leftBox*box2.bottomOffset: 10
*bookmark*leftBox*box3.bottomOffset: 20
*bookmark*rightBox*box2.topOffset: 10
*bookmark*rightBox*box3.topOffset: 20
*bookmark*rightBox*box4.topOffset: 10
*bookmark*rightBox*box4.bottomOffset: 20
*bookmark*descriptionText.wordWrap: True
*bookmark_popup*preeditType: overthespot
! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
! On SGIs, not having the class will cause the default SGI colors to
! be used instead of the ones specified here. With VUE, the behavior
! is even worse - if we're using a non-default visual (for example, if
! we have requested a 24-bit TrueColor visual instead of the default
! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
! the default visual, and give us colors allocated from the wrong
! colormap, resulting in lovely effects like brown-on-brown menubars!
!
Netscape*thermo.slider.foreground: #0000BF
Netscape*thermo.slider.background: #69B5B5
Netscape*power.LED.foreground: #0000BF
Netscape*power.LED.background: #69B5B5
! (Note: if you comment this stuff out in an attempt to let the current
! "scheme" override things, you'll find that the colors of the toolbar
! icons and the colors of form elemenets (like option menus) will get
! messed up.)
Netscape*foreground: Black
Netscape*background: #B2B2B2
Netscape*XmTextField.foreground: Black
Netscape*XmText.foreground: Black
Netscape*XmList.foreground: Black
Netscape*XmTextField.background: #D3B5B5
Netscape*XmText.background: #D3B5B5
Netscape*XmList.background: #D3B5B5
! Colors of the "Secure Document" bar.
*secureDocumentColor: #0000BF
*insecureDocumentColor: #B2B2B2
! Various margin sizes
!
*topLeftArea.leftOffset: 0
*topLeftArea.rightOffset: 10
*topLeftArea.topOffset: 0
*topLeftArea.bottomOffset: 0
*urlText.topOffset: 4
*urlText.bottomOffset: 4
*urlText.leftOffset: 4
*urlText.rightOffset: 4
!*urlText.rightOffset: 10
! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
*urlLabel.topOffset: 9
*urlLabel.leftOffset: 10
*urlLabel.rightOffset: 10
*historyMenuBox.topOffset: 0
*historyMenuBox.bottomOffset: 4
*historyMenuBox.leftOffset: 4
*historyMenuBox.rightOffset: 4
*logo.topOffset: 4
*logo.bottomOffset: 4
*logo.leftOffset: 10
*logo.rightOffset: 10
*historyMenuBox.marginHeight: 0
*historyMenuBox.marginWidth: 0
*toolBar*XmPushButton.leftOffset: 2
*toolBar*XmPushButtonGadget.leftOffset: 2
*urlBar*XmPushButton.leftOffset: 2
*urlBar*XmPushButtonGadget.leftOffset: 2
*mouseDocumentation.rightOffset: 4
*toolBar.topOffset: 0
*toolBar.leftOffset: 10
*toolBar.rightOffset: 0
*toolBar.bottomOffset: 0
*urlBar.topOffset: 4
*urlBar.leftOffset: 10
*urlBar.rightOffset: 0
*urlBar.bottomOffset: 0
! Give it a default string to get it sized right...
*mouseDocumentation.labelString: Mozilla
*mouseDocumentation.alignment: ALIGNMENT_BEGINNING
*mouseDocumentation.leftOffset: 10
*docinfoLabel.leftOffset: 4
*dashboard.topOffset: 0
*dashboard.bottomOffset: 0
*dashboard.leftOffset: 0
*dashboard.rightOffset: 10
! To prevent the whole window from flickering when mouseDoc text changes...
*dashboard.resizable: False
*thermo.leftOffset: 4
*thermo.rightOffset: 10
*thermo.topOffset: 4
*thermo.bottomOffset: 4
*thermo.shadowThickness: 2
*thermo.shadowType: SHADOW_IN
*power.topOffset: 4
*power.bottomOffset: 4
*power.shadowThickness: 2
*power.shadowType: SHADOW_IN
*thermo.slider.width: 200
*thermo.slider.height: 5
*power.LED.width: 15
*power.LED.height: 5
*securityBar.topOffset: 4
*securityBar.bottomOffset: 4
*securityBar.shadowThickness: 2
*securityBar.shadowType: SHADOW_IN
*securityBar.LED.height: 2
*topPane.shadowThickness: 2
*bottomPane.shadowThickness: 2
*topPane.shadowType: SHADOW_IN
*bottomPane.shadowType: SHADOW_IN
! Go ahead, try and figure out why some of these need to be on the
! _popup version, and some need to be one level deeper. I dare you.
!*dialog.width: 500
!*history.width: 500
!*mailto.width: 500
!*cache_popup.width: 500
*userConfig_popup.width: 500
*userConfig.width: 500
*fileSelector.width: 500
*fileBrowser.width: 500
! I had to hardcode this in the C code - doesn't work from here...
!*history_popup.allowShellResize: False
! Get rid of all navigation; it's totally broken for Paned windows,
! and for the form widgets under the drawingArea.
*highlightThickness: 0
*navigationType: NONE
! Uh, but turn it back on in the popups (really I'd like to turn it off
! in all non-popups, but I don't think there's a way to specify that...)
*XmDialogShell*highlightThickness: 2
*XmDialogShell*navigationType: TAB_GROUP
! Uh, and turn it on only in text fields of forms.
! But of course this doesn't work quite right.
*drawingArea*XmText.navigationType: TAB_GROUP
*drawingArea*XmTextField.navigationType:TAB_GROUP
! Sorry, things don't display properly if you configure Netscape to put its
! scrollbars on the left or top of the document area.
Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
! Put scrollbars right next to text fields in forms (and lists).
*drawingArea*XmScrolledWindow.spacing: 0
! Do not under any circumstances change the following line:
Netscape.version: 1.12IS
! ============================================================================
! Fonts in the widgets.
! These fonts are all down in Motif land, and thus are not controlled by the
! user-selectable font-size option on the Preferences dialog. That applies
! only to fonts in the document display area.
! ============================================================================
!
*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmList*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! SGI default:
!*menuBar*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! Sensible default:
*menuBar*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*menuBar*historyTruncated.fontList:\
-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*popup*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*selectedLabel.fontList:\
-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*mouseDocumentation.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*docinfoButton.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*mailto*urlLabel.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*licenseDialog*text.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! Note: SGI's version of Motif bitches and moans if there is whitespace
! after the commas in a multi-font fontlist specification!!
*bookmark*multiFontList:-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! This is the default charset for documents without the charset parameter
! for MIME Content-type: text. Valid values for *defaultCharset:
! iso-8859-1
! us-ascii
! iso-2022-jp
! x-euc-jp
! x-sjis
! euc-kr
! x-euc-gb
! x-euc-cns
*defaultCharset: x-euc-gb
*defaultCharset: x-euc-cns
!*defaultCharset: iso-8859-1
!*defaultCharset: us-ascii
!*defaultCharset: iso-2022-jp
!*defaultCharset: x-euc-jp
!*defaultCharset: x-sjis
!*defaultCharset: euc-kr
!*defaultCharset: x-euc-gb
! This table maps MIME charsets to the host's locale names
*Locale.MimeCharset: en_US
*locale.iso-8859-1: en_US
*locale.iso-2022-jp: ja_JP.EUC
*locale.x-euc-jp: ja_JP.EUC
*locale.x-sjis: ja_JP.EUC
*locale.iso-2022-kr: ko_KR.euc
*locale.euc-kr: ko_KR.euc
*locale.gb2312: zh_CN.ugb
*locale.x-euc-tw: zh_TW.ucns
*locale.big5: zh_TW.ucns
! This table maps MIME charsets to internal font set indexes
*FontSetIndex.MimeCharset: 0
*fontsetindex.iso-8859-1: 0
*fontsetindex.us-ascii: 0
*fontsetindex.iso-2022-jp: 1
*fontsetindex.x-euc-jp: 1
*fontsetindex.x-sjis: 1
*fontsetindex.2022-kr: 2
*fontsetindex.euc-kr: 2
*fontsetindex.gb2312: 3
*fontsetindex.x-euc-tw: 4
*fontsetindex.big5: 4
! ============================================================================
! Fonts used in the display area.
! ============================================================================
!
! The dimensions are:
! program-specified-size: 0-7
! user-specified-size: small, medium, large, huge
! faces: normal, bold, italic, bold-italic
! families: normal, fixed
! charset: Latin1 (and more to come)
! for a total of 168 possible fonts per charset (but we would only ever load
! 56 at once, and we load lazily in any event.) The following encodes this
! table:
!
! Size Small Medium Large Huge
! ------------------------------------
! 1 6 8 10 12
! 2 8 10 12 14
! 3 10 12 14 18 <--- default size for normal text
! 4 12 14 18 24
! 5 14 18 24 36
! 6 18 24 36 48
! 7 24 36 48 64
!
! The depths to which I had to sink to implement this should be sufficient
! evidence that the X font model sucks a lot.
!
! If you have selected the "Large" font set and still think the fonts are too
! small, it could be that you are using 75dpi fonts on a 100dpi monitor. You
! can see whether you are using 75dpi or 100dpi fonts by looking at the output
! of the command "xset q" - near the end of its output it shows your font path,
! and if directories with 75dpi in their names preceed the 100dpi ones, then
! those are the fonts you are using. You can find out the dots-per-inch of
! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
!
! The resource hierarchy for the fonts used by Netscape is as follows:
!
! *DocumentFonts.XCharset.Family. Face. UserSize.ProgramSize.Attribute:
!
! latin1 variable normal small 1-7 foundry
! fixed bold medium family
! italic large weight
! boldItalic huge ..etc..
! ============================================================================
! Specify default values for all fonts (both fixed-width and variable-width.)
! You should probably use this block only for specifying things like the
! foundry, registry, and encoding. Most of these fields should generally be
! allowed to remain wildcards.
! ============================================================================
!
*documentFonts*foundry: *
*documentFonts*family: *
*documentFonts*weight: *
*documentFonts*slant: *
*documentFonts*swidth: *
*documentFonts*adstyle: *
*documentFonts*pixelsize: *
*documentFonts*pointsize: *
*documentFonts*resx: *
*documentFonts*resy: *
*documentFonts*spacing: *
*documentFonts*avgwidth: *
*documentFonts.latin1*registry: iso8859
*documentFonts.latin1*encoding: 1
*documentFonts.jisx0208*registry: jisx0208.1983
*documentFonts.jisx0208*encoding: 0
*documentFonts.jisx0201*registry: jisx0201.1976
*documentFonts.jisx0201*encoding: 0
*documentFonts.jisx0212*registry: jisx0212.1990
*documentFonts.jisx0212*encoding: 0
*documentFonts.ksc5601*registry: ksc5601.1987
*documentFonts.ksc5601*encoding: 0
*documentFonts.gb2312*registry: gb2312.1980
*documentFonts.gb2312*encoding: 0
*documentFonts.cns11643*registry: cns11643.1986
*documentFonts.cns11643*encoding: *
! ============================================================================
! Specify default values for all variable-width fonts, regardless of size.
! ============================================================================
!
*documentFonts.latin1.variable*family: times
*documentFonts.latin1.variable.normal*weight: medium
*documentFonts.latin1.variable.normal*slant: r
*documentFonts.latin1.variable.bold*weight: bold
*documentFonts.latin1.variable.bold*slant: r
*documentFonts.latin1.variable.italic*weight: medium
*documentFonts.latin1.variable.italic*slant: i
*documentFonts.latin1.variable.boldItalic*weight: bold
*documentFonts.latin1.variable.boldItalic*slant: i
! To use Helvetica instead of Times, do the following. (The second two lines
! are necessary because Helvetica calls its slanted versions "oblique" while
! Times calls them "italic.")
!*documentFonts.latin1.variable*family: helvetica
!*documentFonts.latin1.variable.italic*slant: o
!*documentFonts.latin1.variable.boldItalic*slant: o
! ============================================================================
! Specify default values for all fixed-width fonts, regardless of size.
! ============================================================================
!add by Matt
*documentFonts.gb2312*family: song
*documentFonts.gb2312*spacing: c
*documentFonts.gb2312*normal*weight: medium
*documentFonts.gb2312*normal*slant: r
*documentFonts.gb2312*bold*weight: medium
*documentFonts.gb2312*bold*slant: r
*documentFonts.gb2312*italic*weight: medium
*documentFonts.gb2312*italic*slant: r
*documentFonts.gb2312*boldItalic*weight: medium
*documentFonts.gb2312*boldItalic*slant: r
!
*documentFonts.latin1.fixed*family: courier
*documentFonts.latin1.fixed*spacing: m
*documentFonts.latin1.fixed.normal*weight: medium
*documentFonts.latin1.fixed.normal*slant: r
*documentFonts.latin1.fixed.bold*weight: bold
*documentFonts.latin1.fixed.bold*slant: r
*documentFonts.latin1.fixed.italic*weight: medium
*documentFonts.latin1.fixed.italic*slant: o
*documentFonts.latin1.fixed.boldItalic*weight: bold
*documentFonts.latin1.fixed.boldItalic*slant: o
! To use LucidaTypewriter instead of Times, do the following. (The second two
! lines are necessary because Lucida calls its slanted versions "italic" while
! Times calls them "oblique.")
!*documentFonts.latin1.fixed*family: lucidatypewriter
!*documentFonts.latin1.fixed.italic*slant: i
!*documentFonts.latin1.fixed.boldItalic*slant: i
! ============================================================================
! Specify sizes for all fonts, fixed and variable.
! ============================================================================
!
! The "small," "medium," "large," and "huge" sizes correspond to the user's
! selection of preferred font sizes on the Preferences dialog.
!
! The numeric sizes are specified by the document being viewed, for example,
! normal text is rendered in size 3, and <H1> text is rendered in size 6.
! The <FONT> directive can also be used to specify sizes from 1 to 7.
!
! It is better to specify these resources as "pointsize" rather than
! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
! fonts based on the type of monitor in use, resulting in similar looking
! screens on different hardware. Also note that pixel sizes which exist in
! the 100dpi set won't necessarily exist in the 75dpi set, while the point
! sizes available will generally be the same.
!
! In an optimal world, we could just do it as follows in the commented-out
! portion. But as it happens, We can't use the same sizes for fixed-width
! fonts as for variable-width fonts because a 14-point Courier is visually
! larger than a 14-point Times, which may be a bug in the fonts, or may just
! be an artifact of it being fixed width, I'm not sure. Anyway, things look
! better if the Courier fonts are one increment smaller than the Times or
! Helvetica fonts, at least with the versions of those fonts on the systems
! I've tried. HOWEVER, this is not the case with the pairing of New Century
! Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
! versions look good together. So, your mileage may vary...
!
! *documentFonts*small.1.pointsize: 60
! *documentFonts*small.2.pointsize: 80
! *documentFonts*small.3.pointsize: 100
! *documentFonts*small.4.pointsize: 120
! *documentFonts*small.5.pointsize: 140
! *documentFonts*small.6.pointsize: 180
! *documentFonts*small.7.pointsize: 240
!
! *documentFonts*medium.1.pointsize: 80
! *documentFonts*medium.2.pointsize: 100
! *documentFonts*medium.3.pointsize: 120
! *documentFonts*medium.4.pointsize: 140
! *documentFonts*medium.5.pointsize: 180
! *documentFonts*medium.6.pointsize: 240
! *documentFonts*medium.7.pointsize: 360
!
! *documentFonts*large.1.pointsize: 100
! *documentFonts*large.2.pointsize: 120
! *documentFonts*large.3.pointsize: 140
! *documentFonts*large.4.pointsize: 180
! *documentFonts*large.5.pointsize: 240
! *documentFonts*large.6.pointsize: 360
! *documentFonts*large.7.pointsize: 480
!
! *documentFonts*huge.1.pointsize: 120
! *documentFonts*huge.2.pointsize: 140
! *documentFonts*huge.3.pointsize: 180
! *documentFonts*huge.4.pointsize: 240
! *documentFonts*huge.5.pointsize: 360
! *documentFonts*huge.6.pointsize: 480
! *documentFonts*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all variable-width fonts.
! ============================================================================
!
*documentFonts.latin1.variable*small.1.pointsize: 60
*documentFonts.latin1.variable*small.2.pointsize: 80
*documentFonts.latin1.variable*small.3.pointsize: 100
*documentFonts.latin1.variable*small.4.pointsize: 120
*documentFonts.latin1.variable*small.5.pointsize: 140
*documentFonts.latin1.variable*small.6.pointsize: 180
*documentFonts.latin1.variable*small.7.pointsize: 240
*documentFonts.latin1.variable*medium.1.pointsize: 80
*documentFonts.latin1.variable*medium.2.pointsize: 100
*documentFonts.latin1.variable*medium.3.pointsize: 120
*documentFonts.latin1.variable*medium.4.pointsize: 140
*documentFonts.latin1.variable*medium.5.pointsize: 180
*documentFonts.latin1.variable*medium.6.pointsize: 240
*documentFonts.latin1.variable*medium.7.pointsize: 360
*documentFonts.latin1.variable*large.1.pointsize: 100
*documentFonts.latin1.variable*large.2.pointsize: 120
*documentFonts.latin1.variable*large.3.pointsize: 140
*documentFonts.latin1.variable*large.4.pointsize: 180
*documentFonts.latin1.variable*large.5.pointsize: 240
*documentFonts.latin1.variable*large.6.pointsize: 360
*documentFonts.latin1.variable*large.7.pointsize: 480
*documentFonts.latin1.variable*huge.1.pointsize: 120
*documentFonts.latin1.variable*huge.2.pointsize: 140
*documentFonts.latin1.variable*huge.3.pointsize: 180
*documentFonts.latin1.variable*huge.4.pointsize: 240
*documentFonts.latin1.variable*huge.5.pointsize: 360
*documentFonts.latin1.variable*huge.6.pointsize: 480
*documentFonts.latin1.variable*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all fixed-width fonts; see comment above.
! ============================================================================
!
*documentFonts.latin1.fixed*small.1.pointsize: 40
*documentFonts.latin1.fixed*small.2.pointsize: 60
*documentFonts.latin1.fixed*small.3.pointsize: 80
*documentFonts.latin1.fixed*small.4.pointsize: 100
*documentFonts.latin1.fixed*small.5.pointsize: 120
*documentFonts.latin1.fixed*small.6.pointsize: 140
*documentFonts.latin1.fixed*small.7.pointsize: 180
*documentFonts.latin1.fixed*medium.1.pointsize: 60
*documentFonts.latin1.fixed*medium.2.pointsize: 80
*documentFonts.latin1.fixed*medium.3.pointsize: 100
*documentFonts.latin1.fixed*medium.4.pointsize: 120
*documentFonts.latin1.fixed*medium.5.pointsize: 140
*documentFonts.latin1.fixed*medium.6.pointsize: 180
*documentFonts.latin1.fixed*medium.7.pointsize: 240
*documentFonts.latin1.fixed*large.1.pointsize: 80
*documentFonts.latin1.fixed*large.2.pointsize: 100
*documentFonts.latin1.fixed*large.3.pointsize: 120
*documentFonts.latin1.fixed*large.4.pointsize: 140
*documentFonts.latin1.fixed*large.5.pointsize: 180
*documentFonts.latin1.fixed*large.6.pointsize: 240
*documentFonts.latin1.fixed*large.7.pointsize: 360
*documentFonts.latin1.fixed*huge.1.pointsize: 100
*documentFonts.latin1.fixed*huge.2.pointsize: 120
*documentFonts.latin1.fixed*huge.3.pointsize: 140
*documentFonts.latin1.fixed*huge.4.pointsize: 180
*documentFonts.latin1.fixed*huge.5.pointsize: 240
*documentFonts.latin1.fixed*huge.6.pointsize: 360
*documentFonts.latin1.fixed*huge.7.pointsize: 480
*documentFonts.jisx0208*small.1.pixelsize: 14
*documentFonts.jisx0208*small.2.pixelsize: 14
*documentFonts.jisx0208*small.3.pixelsize: 14
*documentFonts.jisx0208*small.4.pixelsize: 14
*documentFonts.jisx0208*small.5.pixelsize: 16
*documentFonts.jisx0208*small.6.pixelsize: 16
*documentFonts.jisx0208*small.7.pixelsize: 24
*documentFonts.jisx0208*medium.1.pixelsize: 14
*documentFonts.jisx0208*medium.2.pixelsize: 14
*documentFonts.jisx0208*medium.3.pixelsize: 14
*documentFonts.jisx0208*medium.4.pixelsize: 16
*documentFonts.jisx0208*medium.5.pixelsize: 16
*documentFonts.jisx0208*medium.6.pixelsize: 24
*documentFonts.jisx0208*medium.7.pixelsize: 24
*documentFonts.jisx0208*large.1.pixelsize: 14
*documentFonts.jisx0208*large.2.pixelsize: 14
*documentFonts.jisx0208*large.3.pixelsize: 16
*documentFonts.jisx0208*large.4.pixelsize: 16
*documentFonts.jisx0208*large.5.pixelsize: 24
*documentFonts.jisx0208*large.6.pixelsize: 24
*documentFonts.jisx0208*large.7.pixelsize: 24
*documentFonts.jisx0208*huge.1.pixelsize: 14
*documentFonts.jisx0208*huge.2.pixelsize: 16
*documentFonts.jisx0208*huge.3.pixelsize: 16
*documentFonts.jisx0208*huge.4.pixelsize: 24
*documentFonts.jisx0208*huge.5.pixelsize: 24
*documentFonts.jisx0208*huge.6.pixelsize: 24
*documentFonts.jisx0208*huge.7.pixelsize: 24
*documentFonts.jisx0201*small.1.pixelsize: 14
*documentFonts.jisx0201*small.2.pixelsize: 14
*documentFonts.jisx0201*small.3.pixelsize: 14
*documentFonts.jisx0201*small.4.pixelsize: 14
*documentFonts.jisx0201*small.5.pixelsize: 16
*documentFonts.jisx0201*small.6.pixelsize: 16
*documentFonts.jisx0201*small.7.pixelsize: 24
*documentFonts.jisx0201*medium.1.pixelsize: 14
*documentFonts.jisx0201*medium.2.pixelsize: 14
*documentFonts.jisx0201*medium.3.pixelsize: 14
*documentFonts.jisx0201*medium.4.pixelsize: 16
*documentFonts.jisx0201*medium.5.pixelsize: 16
*documentFonts.jisx0201*medium.6.pixelsize: 24
*documentFonts.jisx0201*medium.7.pixelsize: 24
*documentFonts.jisx0201*large.1.pixelsize: 14
*documentFonts.jisx0201*large.2.pixelsize: 14
*documentFonts.jisx0201*large.3.pixelsize: 16
*documentFonts.jisx0201*large.4.pixelsize: 16
*documentFonts.jisx0201*large.5.pixelsize: 24
*documentFonts.jisx0201*large.6.pixelsize: 24
*documentFonts.jisx0201*large.7.pixelsize: 24
*documentFonts.jisx0201*huge.1.pixelsize: 14
*documentFonts.jisx0201*huge.2.pixelsize: 16
*documentFonts.jisx0201*huge.3.pixelsize: 16
*documentFonts.jisx0201*huge.4.pixelsize: 24
*documentFonts.jisx0201*huge.5.pixelsize: 24
*documentFonts.jisx0201*huge.6.pixelsize: 24
*documentFonts.jisx0201*huge.7.pixelsize: 24
*documentFonts.jisx0212*small.1.pixelsize: 16
*documentFonts.jisx0212*small.2.pixelsize: 16
*documentFonts.jisx0212*small.3.pixelsize: 16
*documentFonts.jisx0212*small.4.pixelsize: 16
*documentFonts.jisx0212*small.5.pixelsize: 16
*documentFonts.jisx0212*small.6.pixelsize: 16
*documentFonts.jisx0212*small.7.pixelsize: 24
*documentFonts.jisx0212*medium.1.pixelsize: 16
*documentFonts.jisx0212*medium.2.pixelsize: 16
*documentFonts.jisx0212*medium.3.pixelsize: 16
*documentFonts.jisx0212*medium.4.pixelsize: 16
*documentFonts.jisx0212*medium.5.pixelsize: 16
*documentFonts.jisx0212*medium.6.pixelsize: 24
*documentFonts.jisx0212*medium.7.pixelsize: 24
*documentFonts.jisx0212*large.1.pixelsize: 16
*documentFonts.jisx0212*large.2.pixelsize: 16
*documentFonts.jisx0212*large.3.pixelsize: 16
*documentFonts.jisx0212*large.4.pixelsize: 16
*documentFonts.jisx0212*large.5.pixelsize: 24
*documentFonts.jisx0212*large.6.pixelsize: 24
*documentFonts.jisx0212*large.7.pixelsize: 24
*documentFonts.jisx0212*huge.1.pixelsize: 16
*documentFonts.jisx0212*huge.2.pixelsize: 16
*documentFonts.jisx0212*huge.3.pixelsize: 16
*documentFonts.jisx0212*huge.4.pixelsize: 24
*documentFonts.jisx0212*huge.5.pixelsize: 24
*documentFonts.jisx0212*huge.6.pixelsize: 24
*documentFonts.jisx0212*huge.7.pixelsize: 24
*documentFonts.ksc5601*small.1.pixelsize: 14
*documentFonts.ksc5601*small.2.pixelsize: 14
*documentFonts.ksc5601*small.3.pixelsize: 14
*documentFonts.ksc5601*small.4.pixelsize: 14
*documentFonts.ksc5601*small.5.pixelsize: 16
*documentFonts.ksc5601*small.6.pixelsize: 16
*documentFonts.ksc5601*small.7.pixelsize: 24
*documentFonts.ksc5601*medium.1.pixelsize: 14
*documentFonts.ksc5601*medium.2.pixelsize: 14
*documentFonts.ksc5601*medium.3.pixelsize: 14
*documentFonts.ksc5601*medium.4.pixelsize: 16
*documentFonts.ksc5601*medium.5.pixelsize: 16
*documentFonts.ksc5601*medium.6.pixelsize: 24
*documentFonts.ksc5601*medium.7.pixelsize: 24
*documentFonts.ksc5601*large.1.pixelsize: 14
*documentFonts.ksc5601*large.2.pixelsize: 14
*documentFonts.ksc5601*large.3.pixelsize: 16
*documentFonts.ksc5601*large.4.pixelsize: 16
*documentFonts.ksc5601*large.5.pixelsize: 24
*documentFonts.ksc5601*large.6.pixelsize: 24
*documentFonts.ksc5601*large.7.pixelsize: 24
*documentFonts.ksc5601*huge.1.pixelsize: 14
*documentFonts.ksc5601*huge.2.pixelsize: 16
*documentFonts.ksc5601*huge.3.pixelsize: 16
*documentFonts.ksc5601*huge.4.pixelsize: 24
*documentFonts.ksc5601*huge.5.pixelsize: 24
*documentFonts.ksc5601*huge.6.pixelsize: 24
*documentFonts.ksc5601*huge.7.pixelsize: 24
*documentFonts.gb2312*small.1.pixelsize: 16
*documentFonts.gb2312*small.2.pixelsize: 16
*documentFonts.gb2312*small.3.pixelsize: 16
*documentFonts.gb2312*small.4.pixelsize: 16
*documentFonts.gb2312*small.5.pixelsize: 16
*documentFonts.gb2312*small.6.pixelsize: 16
*documentFonts.gb2312*small.7.pixelsize: 24
*documentFonts.gb2312*medium.1.pixelsize: 16
*documentFonts.gb2312*medium.2.pixelsize: 16
*documentFonts.gb2312*medium.3.pixelsize: 16
*documentFonts.gb2312*medium.4.pixelsize: 16
*documentFonts.gb2312*medium.5.pixelsize: 16
*documentFonts.gb2312*medium.6.pixelsize: 24
*documentFonts.gb2312*medium.7.pixelsize: 24
*documentFonts.gb2312*large.1.pixelsize: 16
*documentFonts.gb2312*large.2.pixelsize: 16
*documentFonts.gb2312*large.3.pixelsize: 16
*documentFonts.gb2312*large.4.pixelsize: 16
*documentFonts.gb2312*large.5.pixelsize: 24
*documentFonts.gb2312*large.6.pixelsize: 24
*documentFonts.gb2312*large.7.pixelsize: 24
*documentFonts.gb2312*huge.1.pixelsize: 16
*documentFonts.gb2312*huge.2.pixelsize: 16
*documentFonts.gb2312*huge.3.pixelsize: 16
*documentFonts.gb2312*huge.4.pixelsize: 24
*documentFonts.gb2312*huge.5.pixelsize: 24
*documentFonts.gb2312*huge.6.pixelsize: 24
*documentFonts.gb2312*huge.7.pixelsize: 24
*documentFonts.cns11643*small.1.pixelsize: 16
*documentFonts.cns11643*small.2.pixelsize: 16
*documentFonts.cns11643*small.3.pixelsize: 16
*documentFonts.cns11643*small.4.pixelsize: 16
*documentFonts.cns11643*small.5.pixelsize: 16
*documentFonts.cns11643*small.6.pixelsize: 16
*documentFonts.cns11643*small.7.pixelsize: 24
*documentFonts.cns11643*medium.1.pixelsize: 16
*documentFonts.cns11643*medium.2.pixelsize: 16
*documentFonts.cns11643*medium.3.pixelsize: 16
*documentFonts.cns11643*medium.4.pixelsize: 16
*documentFonts.cns11643*medium.5.pixelsize: 16
*documentFonts.cns11643*medium.6.pixelsize: 24
*documentFonts.cns11643*medium.7.pixelsize: 24
*documentFonts.cns11643*large.1.pixelsize: 16
*documentFonts.cns11643*large.2.pixelsize: 16
*documentFonts.cns11643*large.3.pixelsize: 16
*documentFonts.cns11643*large.4.pixelsize: 16
*documentFonts.cns11643*large.5.pixelsize: 24
*documentFonts.cns11643*large.6.pixelsize: 24
*documentFonts.cns11643*large.7.pixelsize: 24
*documentFonts.cns11643*huge.1.pixelsize: 16
*documentFonts.cns11643*huge.2.pixelsize: 16
*documentFonts.cns11643*huge.3.pixelsize: 16
*documentFonts.cns11643*huge.4.pixelsize: 24
*documentFonts.cns11643*huge.5.pixelsize: 24
*documentFonts.cns11643*huge.6.pixelsize: 24
*documentFonts.cns11643*huge.7.pixelsize: 24
! ============================================================================
! Fonts used for printing.
! ============================================================================
!
! psname is the full PostScript font name
! pscode is the character encoding used in the PostScript font
! pswidth is the PostScript width per character, only useful for "square"
! fonts such as those found in East Asia
!
! See the comments on DocumentFonts above for the other fields.
! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
! and cannot be changed.
!
!*documentFonts.latin1.variable.normal*psname: Times-Roman
!*documentFonts.latin1.variable.bold*psname: Times-Bold
!*documentFonts.latin1.variable.italic*psname: Times-Italic
!*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
!*documentFonts.latin1.fixed.normal*psname: Courier
!*documentFonts.latin1.fixed.bold*psname: Courier-Bold
!*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
!*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
!*documentFonts.latin1*pscode: iso-8859-1
!*documentFonts.latin1*pswidth: *
! Netscape does not differentiate between variable and fixed, and between
! normal, bold, italic and boldItalic for the following East Asian fonts.
!
! The charset fields are the charset names corresponding to the available
! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
!
!*documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
!*documentFonts.x-euc-jp*pscode: x-sjis
!*documentFonts.x-euc-jp*pswidth: 1000
!*documentFonts.x-sjis*psname: Ryumin-Light-RKSJ-H
!*documentFonts.x-sjis*pscode: x-sjis
!*documentFonts.x-sjis*pswidth: 1000
!*documentFonts.euc-kr*psname: SMgoJ
!*documentFonts.euc-kr*pscode: euc-kr
!*documentFonts.euc-kr*pswidth: 1000
!*documentFonts.gb2312*psname: ???
!*documentFonts.gb2312*pscode: ???
!*documentFonts.gb2312*pswidth: ???
!*documentFonts.x-euc-tw*psname: ???
!*documentFonts.x-euc-tw*pscode: ???
!*documentFonts.x-euc-tw*pswidth: ???
*url.whats_new: http://home.netscape.com/home/whats-new.html
*url.whats_cool:http://home.netscape.com/home/whats-cool.html
*url.directory: http://home.netscape.com/home/internet-directory.html
*url.search: http://home.netscape.com/home/internet-search.html
*url.white: http://home.netscape.com/home/internet-white-pages.html
*url.about: http://home.netscape.com/home/about-the-internet.html
*url.howto: http://home.netscape.com/home/how-to-create-web-services.html
*url.netscape: http://home.netscape.com/
*url.galleria: http://home.netscape.com/home/netscape-galleria.html
*url.rel_notes: http://home.netscape.com/eng/mozilla/1.1I/relnotes/unix-
*url.reg: http://home.netscape.com/cgi-bin/reginfo.cgi
*url.manual: http://home.netscape.com/eng/mozilla/1.1I/handbook/
*url.faq: http://home.netscape.com/eng/mozilla/1.1I/faq.html
*url.security: http://home.netscape.com/info/security-doc.html
*url.feedback: http://home.netscape.com/home/how-to-give-feedback.html
*url.support: http://home.netscape.com/home/how-to-get-support.html
! Additional Strings to be localized
*strings.6796:╖ó╔·═¿╤╢┤φ╬≤íú\n (TCP ┤φ╬≤ %s)\n\n╩╘═╝╘┘┤╬┴¼╜╙íú
*strings.6795:Netscape ╬▐╖¿║═─π╓╕╢¿╬╗╓├╡─╖■╬±╞≈┴¬╧╡íú╖■╬±╞≈┐╔─▄├ª╗≥╥╤╣╪╗·íú\n\n╣²╥╗╗ß╩╘╘┘┤╬┴¼╜╙íú
*strings.6793:Netscape ─┌┤µ▓╗╣╗.\n\n╣╪▒╒╥╗╨⌐╙ª╙├╗≥╥╗╨⌐┤░┐┌.
*strings.6791:▒╛╬╗╓├ (URL) ╩╟▓╗┐╔╚╧╩╢╡─:\n %.200s\n\n╝∞▓Θ╒Γ╕÷╬╗╓├▓ó╘┘╩╘íú
*strings.6789:╬▐╖¿╩╣╙├▒╗╢»╡─FTP─ú╩╜
*strings.6788:Netscape ╬▐╖¿╔Φ╓├║═╒Γ╕÷╖■╬±╞≈╡─FTP┤½╩Σ─ú╩╜íú ─π╜½▓╗─▄╧┬╘╪(download)╬─╝■íú\n\n─π╗≥╒▀║═╒Γ╕÷╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡╗≥╒▀╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
*strings.6787:Netscape ▓╗─▄╖ó╦═╕─▒Σ─┐┬╝(cd)├ⁿ┴ε╡╜FTP╖■╬±╞≈íú─π▓╗─▄╣█┐┤▒≡╡──┐┬╝íú\n\n─π┐╔╒Γ╕÷╖■╬±╞≈╡─╡─╣▄└φ┴¬╧╡╗≥╒▀╘▒╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
*strings.6786:Netscape ▓╗─▄╖ó╦═╢╦┐┌├ⁿ┴ε╡╜FTP╖■╬±╞≈╥╘╜¿┴ó╩²╛▌┴¼╜╙íú\n\n─π┐╔╒Γ╕÷╖■╬±╞≈╡─╡─╣▄└φ┴¬╧╡╗≥╒▀╘▒╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
*strings.6785:Netscape ╬▐╖¿╤░╒╥╕├╬─╝■:\n %.200s\n\n╝∞▓Θ╕├╬─╝■╚╗║≤╘┘╩╘╥╗┤╬íú
*strings.6784:▓·╔·╥╗╕÷╨┬╬┼╡─┤φ╬≤: ╖╟╖¿╡─NNTP┴¼╜╙\n\n╘┘┴¼╜╙╥╗┤╬íú
*strings.6783:▓·╔·╙δ╨┬╬┼╖■╬±╞≈╙╨╣╪╡─┤φ╬≤íú\n\n╚τ╣√─π╬▐╖¿╘┘┤╬┴¼╜╙ú¼╟δ║═╕├╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
*strings.6782:├╗╙╨╧∞╙ªíú ╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥├╗╙╨╧∞╙ªíú\n\n╚τ╣√╣²╥╗╗ß─π╬▐╖¿╘┘┤╬┴¼╜╙ú¼╟δ║═╕├╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
*strings.6781:Netscape ╬▐╖¿╚╖╢¿╖■╬±╞≈╡─╬╗╓├:\n %.200s\n╕├╖■╬±╞≈├╗╙╨DNS╚δ┐┌íú\n\n╘┌╬╗╓├(URL)╥╗└╕╓╨╝∞▓Θ╖■╬±╞≈╡─├√╫╓╚╗║≤╘┘╩╘íú
*strings.6780:╕├╖■╬±╞≈╡─┴¼╜╙╥╤╓╨╢╧íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥═°┬τ│÷╧╓┴╦╬╩╠Γíú\n\n╣²╥╗╗ß╩╘╘┘╩╘┴¼╜╙íú
*strings.6779:╨┬╬┼╧ε▓╗─▄╠ß╣⌐íú┐╔─▄╥╗╣²╞┌íú\n\n╩╘╚í╞Σ╦ⁿ╧ε─┐íú
*strings.6778:Netscape ╬▐╖¿┤≥┐¬─π╡─╨┬╬┼(News)╬─╝■ (newsrc)íú\n\n╟δ╤Θ╓ñ─π╡─╙┼╤í╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
*strings.6777:Netscape ╬▐╖¿┤≥┐¬╬─╝■:\n %.200s\n\n╝∞▓Θ╬─╝■├√▓ó╘┘╩╘╥╗┤╬íú
*strings.6764:╡▒Netscape╖ó╦═╩²╛▌╩▒│÷╧╓═°┬τ┤φ╬≤.\n(═°┬τ┤φ╬≤: %s)\n\n╩╘╘┘┴¼╜╙╥╗┤╬.
*strings.6771:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φú║\nNetscape╬▐╖¿║═SMTP╖■╬±╞≈┴¼╜╙íú\n╕├╖■╬±╞≈╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╤Θ╓ñ─π╡─╙╩╝■╙┼╤í╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
*strings.6770:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n"┤╙ú║"╡─▒Ω╠Γ▓╗╒²╚╖íú\n\n╟δ╘┌─π╡─╙╩╝■╙┼╤í╓╨╤Θ╓ñ─π╡─╙╩╝■╡╪╓╖╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
*strings.6769:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n"╡╜ú║"╡─▒Ω╠Γ▓╗╒²╚╖íú\n\n╟δ╝∞▓Θ╡τ╫╙╙╩╝■╡╪╓╖╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
*strings.6767:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n▒╛╨┼╧ó╠σ╩╟╖╟╖¿╡─íú\n\n╟δ╝∞▓Θ╨┼╧ó╠σ▓ó╘┘╩╘╥╗┤╬íú
*strings.6766:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ: SMTP ╖■╬±╞≈│÷┤φíú\n\n╟δ║═─π╡─╡τ╫╙╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
*strings.6760:│÷╧╓═°┬τ┤φ╬≤:\n▓╗─▄║═╖■╬±╞≈┴¼╜╙(TCP┤φ╬≤ %s)\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▓╗─▄┤µ╚ííú\n\n╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
*strings.6758:Netscape╡─═°┬τ┴¼╜╙▒╗╖■╬±╞≈╛▄╛°ú║\n %.200s\n╕├╖■╬±╞≈┐╔─▄▓╗╜╙╩╒┴¼╜╙╗≥├ªíú\n\n╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
*strings.6757:Netscape ▓╗─▄┤┤╜¿═°┬τ╚φ▓σ╫∙(socket)íú\n╒Γ╕÷╧╡═│╡─╡─╫╩╘┤┐╔─▄▓╗╣╗╗≥═°┬τ╓╨╢╧íú(╘¡╥≥: %s)\n\n╩╘╘┘┴¬╜ß╥╗┤╬╗≥╓╪╞⌠╢»Netscapeíú
*strings.6755:Netscape ▓╗─▄║═╕├╖■╬±╞≈═Ω│╔╚φ▓σ╫∙(socket)╡─┴¼╜╙íú╧╡═│╡─╡─╫╩╘┤┐╔─▄▓╗╣╗íú\n\n╓╪╞⌠╢»Netscapeíú
*strings.6754:Netscape ▓╗─▄║═─π╡─┤·└φ╖■╬±╞≈(proxy server)┴¬╧╡íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╚╖╚╧─π╡─┤·└φ(Proxy)╙┼╤í╩╟╖±╒²╚╖ú¼╗≥║═╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
*strings.6753:Netscape ╬▐╖¿╚╖╢¿─π╡─┤·└φ╖■╬±╞≈(proxy server)╬╗╓├íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╚╖╚╧─π╡─┤·└φ(Proxy)╙┼╤í╩╟╖±╒²╚╖ú¼╗≥║═╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
*strings.6749:╬─▒╛▓╗░ⁿ║¼╩²╛▌
*strings.6748:Netscape ╜╙╩╒╩²╛▌╩▒│÷╧╓═°┬τ┤φ╬≤íú\n(═°┬τ┤φ╬≤: %s)\n\n╩╘═╝╘┘┤╬┴¼╜╙íú
*strings.6747:Netscape ┤≥▓╗┐¬┴┘╩▒╬─╝■:\n %.200s\n\n╝∞▓Θ─π╡─'┴┘╩▒─┐┬╝'╔Φ╓├▓ó╘┘╩╘íú
*strings.6765:╖ó╦═╡τ╫╙╙╩╝■╩┬│÷┤φú║\n╙╩╝■╖╡╗╪╡╪╓╖╩╟╖╟╖¿╡─íú\n\n╟δ╘┌─π╡─╙╩╝■╙┼╤í╓╨╚╖╚╧─π╡─╙╩╝■╡╪╓╖╩╟╖±╒²╚╖ú¼╚╗║≤╘┘╩╘íú
*strings.6750:╙▓┼╠┬·íúNetscape ╚í╧√╬─╝■┤½╦═▓ó╔╛│²╕├╬─╝■íú\n\n╟δ╔╛│²╥╗╨⌐╬─╝■║≤╘┘╩╘
*strings.6740:╖ó╔·╚¿╧▐┤φ╬≤íú\n\n╟δ╘┘╩Σ╚δ─π╡─├√╫╓║═┐┌┴εíú
*strings.6734:├╗╙╨╓╕╢¿╖ó╦═╒▀íú
*strings.6733:├╗╙╨╓╕╢¿╜╙╩╒╒▀íú
*strings.6732:├╗╙╨╓╕╢¿╓≈╠Γíú
*strings.6731:╨┤┴┘╩▒╬─╝■│÷┤φíú
*strings.6725:╘┌MIME╕±╩╜╙╨╢α▓┐╖▌╨┼╧óíú
*strings.6722:┤≥╙í═ú╓╣íú ╘┌╜╙╩╒╬─▒╛╩▒│÷┤φíú\n┤½╩Σ┐╔─▄▒╗╓╨╢╧╗≥╙▓┼╠┐╒╝Σ▓╗╣╗╨┤╕├╬─╝■íú\n\n╟δ╘┘╩╘íú╝∞▓Θ┴┘╩▒─┐┬╝╡─┐╔╙├┐╒╝Σ╗≥╓╪╞⌠╢»Netscapeíú
*strings.6721:─π╡─╟⌐├√│¼│÷╜¿╥Θ╡─╦─╨╨íú
*strings.6720:─π╡─╟⌐├√│¼│÷╜¿╥Θ╡─79┴╨íú\n╢╘┤≤╢α╩²╢┴╒▀ú¼╕├╨╨╜½▒╗╜╪╚íú¼╗≥╓╪╡■╧╘╩╛íú\n\n╟δ▒α╝¡╕├╟⌐├√╩╣╓«▓╗│¼│÷80╕÷╫╓╖√íú
*strings.6699:▒╛Netscape┐╜▒┤╥╤╩º╨ºíú\n╧╓╘┌─π╓╗┐╔┤µ╚íFTP╬╗╓├(FTP Locations)║═╘┌netscape.com domain\n╓╨╡─╚╬║╬URL, └²╚τ─╟╨⌐╘┌─π╡──┐┬╝▓╦╡Ñ╓╨╡─íú\n\n─π╨Φ╥¬╗±╡├╨┬░µ▒╛╡─Netscapeíú
*strings.6698:▒╛Netscape┐╜▒┤╥╤╩º╨ºíú\n╧╓╘┌─π╓╗┐╔┤µ╚íFTP╬╗╓├(FTP Locations)║═╘┌netscape.com domain\n╓╨╡─╚╬║╬URL, └²╚τ─╟╨⌐╘┌─π╡──┐┬╝▓╦╡Ñ╓╨╡─íú\n\n─π╨Φ╥¬╗±╡├╨┬░µ▒╛╡─Netscapeíú
*strings.6697:├╗╙╨WAIS┤·└φ(proxy) ▒╗┼Σ╓├íú\n\n╝∞▓Θ─π╡─┤·└φ(proxy)╙┼╤í▓ó╘┘╩╘íú
*strings.6696:╖ó╔·╥╗╕÷╨┬╬┼(NNTP) ┤φ╬≤:\n %.100s
*strings.6695:╖ó╔·╥╗╕÷╨┬╬┼┤φ╬≤íú ╚½▓┐╨┬╬┼╫Θ(newsgroups)╡─╔¿├Φ▓╗│╣╡╫íú\n \n╘┘╣█▓∞╚½▓┐╨┬╬┼╫Θ╥╗┤╬íú
*strings.6694:Netscape ╒╥▓╗╡╜╥╗╕÷╨┬╬┼(News)╬─╝■ (newsrc)íú╬¬─π┤┤╜¿┴╦╥╗╕÷íú
*strings.6693:├╗╙╨NNTP╖■╬±╞≈▒╗┼Σ╓├íú\n\n╝∞▓Θ─π╡─╨┬╬┼(News)╙┼╤í▓ó╘┘╩╘íú
*strings.6692:│÷╧╓┴╦═¿╤╢┤φ╬≤íú\n (═°┬τ┤φ╬≤: %s)\n \n╩╘═╝╘┘┤╬┴¼╜╙╗≥║═─π╡─╧╡═│╣▄└φ╘▒┴¬╧╡íú
*strings.6691:╥≥╬¬┤·└φ(proxy)┤φ╬≤ú¼Netscape ╬▐╖¿║═░▓╚½\n╨┬╬┼╖■╬±╞≈(secure news server)┴¼╜╙íú
*strings.-1179:╖■╬±╞≈╡─╓ñ╩Θ╥╤╣²╞┌íú\n╝∞▓Θ─π╡─╧╡═│╡─╚╒╞┌║═╩▒╝Σíú
*strings.-5288:╥≥╬¬─π├╗╙╨╣▓╧φ╧α═¼╡─╝╙├▄╦π╖¿ú¼\nNetscape ╬▐╖¿║═╖■╬±╞≈░▓╚½╡╪═¿╤╢íú\n─π▓╗─▄░▓╚½╡╪┴¼╜╙╡╜╖■╬±╞≈╔╧íú\n \n─π┐╔╩╘═╝╜°╨╨╖╟░▓╚½┴¼╜╙íú
*strings.-5285:│÷╧╓░▓╚½╨╘┤φ╬≤:\n (░▓╚½╨╘┤φ╬≤: %d)\n \n─π┐╔─▄╬▐╖¿║═╕├╖■╬±╞≈╜°╨╨░▓╚½┴¼╜╙íú \n\n─π┐╔╜°╨╨╖╟░▓╚½┴¼╜╙ú¼╚τ╣√─π╧δíú
*strings.-5279:╥≥╬¬╖■╬±╞≈╩╣╙├┴╦▓╗╓º│╓╡─░▓╚½╨╘╨¡╥Θ░µ▒╛ú¼\nNetscape╬▐╖¿║═▒╛╖■╬±╞≈═¿╤╢íú\n\n╥╗╕÷╨┬░µ▒╛╡─Netscpae┐╔─▄┐╔╥╘╜Γ╛÷╒Γ╕÷╬╩╠Γíú
*strings.7146:┴¼╜╙▒╗╛▄╛°
*strings.7022:╖╟╖¿▒Σ┴┐
*strings.7005:I/O │÷┤φ
*strings.7012:╬▐╫π╣╗─┌┤µ
*strings.7009:▓╗╒²╚╖╡─╬─╝■║┼
*strings.7011:▓┘╫≈╜½╫Φ╓╣
*strings.7133:Socket ╥╤▒╗┴¼╜╙
*strings.7145:┴¼╜╙│¼╩▒
*strings.7150:▓┘╫≈╒²╘┌╜°╨╨
*strings.7149:EALREADY
*strings.7125:╡╪╓╖╥╤╘┌╩╣╙├
*strings.7004:╓╨╢╧╧╡═│╡≈╙├
*strings.7013:├╗╙╨╨φ┐╔╚¿
*strings.7126:▓╗─▄╖╓┼Σ╟δ╟≤╡─╡╪╓╖
*strings.7127:═°┬τ╓╨╢╧
*strings.7128:═°┬τ▓╗─▄┤µ╚í
*strings.7129:╥≥╬¬╕┤╬╗ú¼═°┬τ┴¼╜╙╓╨╢╧
*strings.7130:┴¼╜╙╩º░▄
*strings.7131:▒╗═¼╝╢(peer)╕┤╬╗┴¼╜╙
*strings.7134:Socket ├╗╙╨┴¼╜╙
*strings.7147:╓≈╗·╥╤╣╪╗·
*strings.7148:├╗╙╨┬╖╙╔╡╜╓≈╗·
*strings.7201: (▓╗╚╧╩╢)
*strings.7202: (╫╘╢»╤í╘±)
*strings.7203: (ȱʡ)
*strings.7204: (├┐╒╥╡╜)
*strings.7210:%s ═╝╧≤%dx%d ╧≤╦╪
*strings.7211:═╝╧≤╩╟Images are %d ╬╗ú¼ %d ╡Ñ╘¬╥╤╖╓┼Σíú
*strings.7212:═╝╧≤╩╟╡Ñ╔½╡─íú
*strings.7213:═╝╧≤╩╟ %d ╬╗╗╥╢╚íú
*strings.7214:═╝╧≤╩╟ %d ╬╗╒µ▓╩╔½íú
*strings.7220:╒Γ╩╟╥╗╕÷┐╔╦╤╤░╡─╦≈╥²íú╩Σ╚δ╦╤╤░╣╪╝ⁿ╫╓ú║
*strings.7230:MCOM-╚½╛╓└·╩╖╬─╝■-1%s
*strings.7231:╓≈╥¬╚╚╧▀
*strings.7232:<!-- ╒Γ╩╟╥╗╕÷╫╘╢»▓·╔·╡─╬─╝■íú\n ╦ⁿ╜½▒╗╢┴║═╕▓╕╟íú\n ╟δ╬≡▒α╝¡! -->\n
*strings.7233:---└·╩╖╬─╝■╜ß╩°---\n
*strings.7240:┴¼╜╙: ╤░╒╥╓≈╗·: %.256s...
*strings.7241:┴¼╜╙: ╜╙┤Ñ╓≈╗·: %.256s...
*strings.7242:│÷┤φ: ▓╗─▄╬▐╫Φ░¡╡─╜¿┴ó┴¼╜╙íú
*strings.7243:╬▐╖¿╚╖╢¿╓≈╗· %.256s ╡─╬╗╓├íú
*strings.7244:╬▐╖¿╚╖╢¿╓≈╗· %.256s ╡─╬╗╓├íú
*strings.7245:╢┴╬─╝■ ...
*strings.7246:╢┴╬─╝■...┴π│ñ╢╚
*strings.7247:╢┴─┐┬╝...
*strings.7248:╢┴╬─╝■...═Ω│╔
*strings.7249:╢┴─┐┬╝...═Ω│╔
*strings.7250:╜╙╩╒ FTP ╬─╝■
*strings.7251:╜╙╩╒ FTP─┐┬╝
*strings.7252:╜╙╩╒╩²╛▌íú
*strings.7253:┤½╩Σ╩²╛▌
*strings.7254:┴¼╜╙: ╓≈╗·╜╙┤Ñíú╡╚┤²╗╪┤≡...
*strings.7255:┴¼╜╙: ╘┘╩╘╥╗┤╬ (HTTP 0.9)...
*strings.7256:┴¼╜╙: ╓≈╗·╜╙┤Ñíú╡╚┤²╗╪┤≡(Gopher)
*strings.7257:╙╩╝■│╔╣ª╡─╖ó╦═
*strings.7258:╨┬╬┼: ╜╙╩╒╨┬╬┼╨╦╚ñ╨í╫Θ...
*strings.7259:╨┬╬┼: ╜╙╩╒╨┬╬┼╨╦╚ñ╨í╫Θ...
*strings.7260:╨┬╬┼: ╜╙╩╒╬─╒┬...
*strings.7261:╜╙╩╒╬─╒┬┴╨▒φ
*strings.7262:╨┬╬┼: ╢┴╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ
*strings.7263:╨┬╬┼: ╢┴╨┬╬┼╨╦╚ñ╨í╫Θ╫▄└┐╨┼╧ó
*strings.7264:╨┬╬┼: ╬─╒┬┼┼╨≥...
*strings.7301:╬▐╖¿╩╡╨╨═Γ▓┐╣█▓∞╒▀
*strings.7302:┤·└φ(Proxy)╟δ╟≤╡─╓ñ├≈╖╜░╕(authentication scheme)╩╟▓╗▒╗╓º│╓╡─íú
*strings.7303:HTTP╫░╘╪╫╙│╠╨≥│÷╧╓─┌┤µ▓╗╣╗┤φ╬≤úí
*strings.7304:┤╙╖■╬±╞≈╖╡╗╪╡─▓╗╓¬╡└╫┤╠¼: %d!
*strings.7305:╛»╕µ! ╖╟┴┘╜τ╙ª╙├┤φ╬≤ú║ NET_TotalNumberOfProcessingURLs < 0
*strings.7306::╛»╕µ! ╖╟┴┘╜τ╙ª╙├┤φ╬≤ú║NET_TotalNumberOfOpenConnections < 0
*strings.7307:─┌▓┐▓╗╓º│╓URNú¼╩╣╙├HTTP┤·└φ(proxy)╖■╬±╞≈ú║
*strings.7308:╘┘╜°╚δ╡≈╙├╚Ñ╓╨╢╧┤░┐┌
*strings.7309:▓╗╒²╚╖╡─╨┼╧ó║┼
*strings.7310:╬─╒┬║┼│¼│÷╖╢╬º
*strings.7311:╬▐╖¿╫░╘╪ mailbox
*strings.7312: SMTP ╙╩╝■╓≈╗·╗╣├╗╢¿╥σ
*strings.7313:SMTP ╖ó╦═╙╩╝■│÷┤φíú╖■╬±╞≈╧∞╙ª: %.256s
*strings.7314:╛»╕µ: ▓╗╚╧╩╢╡─▒α┬δ : `
*strings.7315:▒¿╛»╨┼║┼! ├╗╖ó╧╓╫¬╗╗╞≈╗≥╜Γ┬δ╞≈
*strings.7316:▓╗─▄╘÷╝╙▒φ╠ß╜╗╡─╜ß╣√╡╜╚╚╧▀
*strings.7330:╛»╕µ: ╒Γ╩╟╥╗╕÷┐╔╓┤╨╨╡─ `%s' ╘¡▒╛(script)!\n\n─πYou %s ╙╨╣╪╥¬╘┌─π╡─▒╛╡╪╗·╔╧╘╦╨╨╚╬╥Γ╡─╧╡═│├ⁿ┴εíú\n╒Γ╩╟╢╘░▓╚½╨╘╡─├░╧╒íú\n│²╖╟─π═Ω╚½┴╦╜Γ╒Γ╕÷╘¡▒╛(script)ú¼╖±╘≥╜¿╥Θ─π▓╗╥¬╘╦╨╨íú\n\n╓┤╨╨┬≡ú┐
*strings.7317:╛»╕µ: ╥╗╕÷HTTP┤·└φ(proxy)╓≈╗·▒╗╓╕╢¿(%s)ú¼ ╡½─╟╩╟╥╗╕÷▓╗╓¬╡└╡─╓≈╗·íú\n\n╒Γ╜½╥Γ╬╢╒Γ╕÷═Γ▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñ╡─íú\n─π╡─├√╫╓╖■╬±╞≈(name server)┐╔─▄╙╔╬╩╠Γú┐\n┌╤╤»─π╡─╧╡═│╣▄└φ╘▒íú
*strings.7318:╛»╕µ: ╓╕╢¿┴╦╥╗╕÷▓╗╓¬╡└╡─SOCKS ╓≈╗· (%s)íú\n\n╒Γ╜½╥Γ╬╢╒Γ╕÷═Γ▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñ╡─íú\n─π╡─├√╫╓╖■╬±╞≈(name server)┐╔─▄╙╔╬╩╠Γú┐\n
*strings.7319:╚τ╣√─π▒╪╨δ╩╣╙├╖╟│¼╝╢╙├╗º├√╫╓╖■╬±╞≈(non-root name server), \n─π╨Φ╥¬╔Φ╓├ $SOCKS_NS╗╖╛│▒Σ┴┐╥╘╓╕├≈╩╩╡▒╡─├√╫╓╖■╬±╞≈(name server)íú \n╦ⁿ┐╔─▄╥¬(╗≥▓╗╥¬)╔Φ╓├╒Γ╕÷▒Σ┴┐ú¼╗≥SOCKS╓≈╗·╙┼╤íú¼╡╜╙╨╬╩╠Γ╡─╓≈╗·╡─ IP ╡╪╓╖╢°▓╗╩╟╦ⁿ╡─╡─├√╫╓íú\n\n
*strings.7320:┌╤╤»─π╡─╧╡═│╣▄└φ╘▒íú
*strings.7321:╛»╕µ: ╥╘╧┬╡─╓≈╗·▓╗╓¬╡└:\n\n
*strings.7322:╛»╕µ: ╓≈╗· %s ╩╟▓╗╓¬╡└╡─íú\n
*strings.7323:\n╒Γ╥Γ╬╢╫┼╥╗╨⌐║═╚½▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñíú\n\n┐╔─▄─π╡─├√╫╓╖■╬±╞≈╙╨╬╩╠Γú┐\n
*strings.7324:╘┌SunOS 4╧╡═│╔╧ú¼╙╨┴╜╕÷ %s ╩╟┐╔╓┤╨╨╡─ú¼\n╥╗╕÷╩╣╙├ DNSú¼╥╗╕÷╩╣╙├ YP/NISíú\n╒Γ╩╟ DNS┐╔╓┤╨╨íú ┐╔─▄─π╨Φ╥¬╩╣╙├┴φ═Γ╥╗╕÷ú┐\n\n
*strings.7325:╘┌SunOS 4╧╡═│╔╧ú¼╙╨┴╜╕÷ %s ╩╟┐╔╓┤╨╨╡─ú¼\n╥╗╕÷╩╣╙├ DNSú¼╥╗╕÷╩╣╙├ YP/NISíú\n╒Γ╩╟ YP/NIS ┐╔╓┤╨╨íú┐╔─▄─π╨Φ╥¬╩╣╙├>>═Γ╥╗╕÷ú┐\n\n
*strings.7331:╩╟
*strings.7332:┐╔─▄
*strings.7333:╚¿╧▐╝∞▓Θ╩º░▄íú ╓╪╩╘?
*strings.7334:┤·└φ(Proxy)╚¿╧▐╝∞▓Θ╩º░▄íú ╓╪╩╘?
*strings.7335:╓╪╨┬╙╩╝─╨╬│╔╩²╛▌?
*strings.7336:╘┌╣█┐┤╦∙╙╨╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓«╟░ú¼\nNetscape ▒ú┤µ╥╗╖▌╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φíú\n\n╘┌╡≈╓╞╜Γ╡≈╞≈╗≥┬²╦┘┴¼╜╙╓╨ú¼╒Γ┐╔─▄╨Φ╥¬╝╕╖╓╓╓íú\n─π┐╔┤╙'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╨┬┤░┐┌'║≤╝╠╨°Σ»└└íú╝╠╨°?
*strings.7351:╨┼╧ó: ╖╟╖¿╓╕╢¿╞≈ `%c'\n
*strings.7352:╓┤╨╨╕ⁿ╢α┴┘╩▒├√╫╓
*strings.7353:╓┤╨╨╕ⁿ╢α XPStats
*strings.7360:╟δ╩Σ╚δ╥╗╕÷╙├╗º├√╕°╨┬╬┼╖■╬±╞≈┤µ╚í
*strings.7361:╬¬╙├╗º╩Σ╚δ┐┌┴ε :
*strings.7300:<title>╖■╬±╞≈┴╨▒φ</title>\n<h1>╖■╬±╞≈┴╨▒φ</h1>\n╒Γ╩╟─π╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ╡─╖■╬±╞≈┴╨▒φíú\n╟δ╤í╘±╥╗╕÷╖■╬±╞≈╥╘╣█┐┤╨┬╬┼╨╦╚ñ╨í╫Θ╡─┴╨▒φíú\n<ul>
*strings.7401:<TITLE>╥╤╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ</TITLE>\n<H1>╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ</H1>\n╒Γ╩╟╡▒╟░╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ╡─╖■╬±╞≈íú\n╨┬╬┼╨╦╚ñ╨í╫Θ├√╫╓╫≤▒▀╡─╩²╫╓╩╟╙╨╢α╔┘╨┬╬┼─π╗╣├╗╢┴\n
*strings.7402:╬─╒┬┤µ╘┌╙┌╡▒╟░╫Θ╓╨íú\n<P>\n═╦│÷╚╬║╬╥╗╕÷╨┬╬┼╨╦╚ñ╨í╫Θú¼\n╤í╘±╢╘╙ª╡─░┤┼Ñ▓ó░┤"┤╙╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨═╦│÷""\n
*strings.7403:░┤┼Ñíú╥¬╟⌐╩≡╡╜╥╗╕÷╨┬╡─╨┬╬┼╨╦╚ñ╨í╫Θú¼\n╘┌"╟⌐╩≡╡╜▒╛╨┬╬┼╨╦╚ñ╨í╫Θ"╙≥╓╨╩Σ╚δ╨┬╬┼\n╨╦╚ñ╨í╫Θ╡─├√╫╓▓ó░┤╗╪│╡\n<P>\n░┤"╓╪╫░╘╪"░┤┼Ñ╥╘╚í╡├╫ε╨┬╡─╬─╒┬┴╨▒φíú<p>\n
*strings.7404:<TITLE>╨┬╬┼┤φ╬≤!</TITLE>\n<H1>╨┬╬┼┤φ╬≤!</H1> ╨┬╬┼╓≈╗·╗╪╙ª: <b>%s</b><p>\n
*strings.7405:<b><p>┐╔─▄╬─╒┬╥╤╛¡╣²╞┌</b><p>\n
*strings.7406:<TITLE>╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ</TITLE>\n<H1>╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ</H1>\n<DL>\n
*strings.7407:<TITLE>╨┬╫Θ┴╨▒φ</TITLE>\n<H2>╫╘┤╙%s╡─╨┬╫Θ┴╨▒φ</H2><UL>\n
*strings.7408:\n<HR>\n<TITLE>╨┬╬┼╨╦╚ñ╨í╫Θ: %s</TITLE>\n<H1>╨┬╬┼╨╦╚ñ╨í╫Θ: %s</H1>\n<UL>\n
*strings.7409:<TITLE>╨┬╬┼┤φ╬≤</TITLE>\n<h2>┤φ╬≤: ─π╡─╡τ╫╙╙╩╝■╡╪╓╖├╗╙╨╒²╚╖┼Σ╓├</H2>\n╘┌"╤í╧ε"▓╦╡Ñ╓╨╤í╘±"╙┼╤í"╚Ñ╔Φ╓├─π╡─╡╪╓╖<br>\n─π▒╪╨δ╓╕╢¿╥╘╧┬▒φ╡─╖╡╗╪╡╪╓╖: <i>someone@nowhere.net</i>
*strings.7410:<TITLE>USENET ╨┬╬┼╙╩╝─</TITLE>\n<FORM METHOD="POST" ACTION="%s">\n<H1>USENET ╨┬╬┼╙╩╝─</H1>\n<DL><DT>╙╩╝─╡╜╨┬╬┼╨╦╚ñ╨í╫Θ:<DD><A HREF="%snews:%s">%s</A></DL>\n
*strings.7411:<PRE> <b>╓≈╠Γ:</b> <INPUT NAME=_SUBJECT SIZE=53>\n<b>╨┬╬┼╨╦╚ñ╨í╫Θ:</b> <INPUT NAME=_NEWSGROUPS SIZE=53 VALUE="%s">\n
*strings.7412:<b>╨┼╧ó:</b>\n<TEXTAREA NAME="_MESSAGE" COLS=70 ROWS=24>
*strings.7413:</TEXTAREA>\n<p><input type=submit value="Post Message"></FORM>\n<H3>╤í╘±: "Go->Back" ╔╛│²╙╩╝─▓ó╖╡╗╪╨┬╬┼╨╦╚ñ╨í╫Θ</H3>
*strings.7414:<FONT SIZE=+1>(<A HREF="%s/%ld-%ld%s">╫ε╘τ╡─╬─╒┬</a>...)<BR>\n
*strings.7415:(<A HREF="%s/%ld-%ld%s">╜╧╘τ╡─╬─╒┬</a>...)</FONT><p>\n
*strings.7416:<FONT SIZE=+1>(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">╜╧═φ╡─╬─╒┬</A>...)<BR>\n
*strings.7417:(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">╫ε═φ╡─╬─╒┬</A>...)</FONT><P>\n
*strings.7418:<TITLE>FTP ┤φ╬≤</TITLE>\n<H1>FTP ┤φ╬≤</H1>\n<h2>▓╗─▄╡╟┬╝╡╜FTP╖■╬±╞≈</h2>\n<PRE>
*strings.7419:<TITLE>FTP ┤φ╬≤</TITLE>\n<H1>FTP ┤φ╬≤</H1>\n<h2>FTP ┤½╩Σ╩º░▄:</h2>\n<PRE>
*strings.7420:<TITLE>Gopher ╦≈╥²%s</TITLE><H1>%s <BR>Gopher ╦╤╤░</H1>\n╒Γ╩╟╥╗╕÷┐╔╦╤╤░╡─Gopher╦≈╥²íú\n╩╣╙├─π╡─Σ»└└╞≈╡─╣ª─▄┐╔╜°╚δ╦╤╤░╠¼íú\n<ISINDEX>
*strings.7421:<TITLE>CSO ╤░╒╥ %s</TITLE><H1>%s CSO ╤░╒╥</H1>\nA CSO ╩²╛▌┐Γ═¿│ñ░ⁿ║¼╡τ╗░▒╛╗≥─┐┬╝íú\n╩╣╙├─π╡─Σ»└└╞≈╡─╣ª─▄┐╔╜°╚δ╦╤╤░╠¼íú\n<ISINDEX>
*strings.7422:<TITLE>╢¬╩º╙╩╝─╗╪╕┤╩²╛▌</TITLE>\n<H1>╩²╛▌╢¬╩º</H1>\n▒╛╬─▒╛╩╟╙╩╝─▓┘╫≈╡─╜ß╣√▓ó╟╥┤╙╕▀╦┘╗║┤µ╥╤╣²╞┌íú\n╚τ╣√─π╧δ─π─▄╣╗╓╪╨┬╙╩╝─╒Γ▒φ╕±╩²╛▌╥╘╓╪╜¿╬─▒╛ú¼░┤<b>╓╪╫░╘╪</b>╝ⁿíú\n
*strings.7430:</DL>\n<INPUT TYPE=submit VALUE="┤╙╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨═╦│÷">\n</FORM>\n
*strings.7431:<HR>\n<FORM METHOD=POST ACTION="%snews:%s%s%s*"><INPUT TYPE=submit VALUE="╣█┐┤╦∙╙╨╡─╨┬╬┼╨╦╚ñ╨í╫Θ"></FORM>
*strings.7432:<FORM METHOD=POST ACTION="%snewsrc://%s/">╟⌐╩≡╡╜▒╛╨┬╬┼╨╦╚ñ╨í╫Θ╓╨: <INPUT NAME="SUBSCRIBE" TYPE=text></FORM>\n
*strings.7433:\n<INPUT TYPE=submit VALUE="╟⌐╩≡╡╜╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨"></FORM>
*strings.7434:<FORM METHOD=POST ACTION="%snews:%s%s%s?NEW-GROUPS"><INPUT TYPE=SUBMIT VALUE="┤╙╔╧┤╬╕ⁿ╨┬╓╨╚í╨┬╫Θ"></FORM>
*strings.7435:<HR>\n<FORM METHOD=GET ACTION="%s╨┬╬┼:%s%s%s">╦╤╤░╨┬╬┼╨╦╚ñ╨í╫Θ: <INPUT TYPE=TEXT NAME=ISINDEX></FORM>\n
*strings.7450:RSA ╣½╣▓╝ⁿ├▄┬δ╩⌡
*strings.7451:╣·╝╩╗»
*strings.7452:╒Γ╩╟╥╗╕÷╖╟░▓╚½╬─▒╛ú¼╦ⁿ├╗╙╨▒╗╝╙├▄╢°╟╥├╗╙╨╡├╡╜░▓╚½▒ú╗ñíú
*strings.7453:<h3>╬▐╨┬╫Θ</h3>
*strings.7454:\n<H1>╘┌▒╛╫Θ─┌╬▐╬─╒┬.</H1>\n
*strings.7455:\n<H1>╘┌╓╕╢¿╖╢╬º─┌╬▐╬─╒┬.</H1>\n
*strings.7456:╩Σ╚δ╙├╗º├√╕° %.200s ╘┌ %.256s:
*strings.7460:╒Γ╩╟╥╗╕÷╩╣╙├┴╦╣⌐├└╣·│÷┐┌╙├╡─╓╨╝╢╝╙├▄╝ⁿ╡─░▓╚½╬─▒╛
*strings.7461:╒Γ╩╟╥╗╕÷╩╣╙├┴╦╓╗╕°├└╣·╣·─┌╩╣╙├╡─╕▀╝╢╝╙├▄╝ⁿ╡─░▓╚½╬─▒╛
*strings.8000:┴╨▒φ╜ß╩°
*strings.8001:╒√╕÷┴╨▒φ
*strings.8002:x-euc-tw
*strings.8003:▒ú┤µ╬¬... (└α╨═ %.90s, ▒α┬δ%.90s)
*strings.8004:▒ú┤µ╬¬... (└α╨═ %.90s)
*strings.8005:▒ú┤µ╬¬... (▒α┬δ %.90s)
*strings.8006:▒ú┤µ╬¬...
*strings.8007:┤φ╬≤┤≥┐¬ %.900s:
*strings.8008:┤φ╬≤╔╛│²│÷ %.900s:
*strings.8009:╡▒┴¼╜╙╩▒ú¼╥╘╙├╗º `%.900s' ╡╟┬╝
*strings.8010:─┌┤µ▓╗╣╗ -- ▓╗─▄┤≥┐¬URL
*strings.8011:▓╗─▄╫░╘╪:\n%s
*strings.8012:%s\n├╗╙╨▒≡╡─╫╩╘┤╩╟║╧└φ╡─!\n╩╣╙├═╦║≤╡─╫╓╠σ "%s"┤·╠µíú
*strings.8013:%s\n├╗╙╨▒≡╡─╫╩╘┤╩╟║╧└φ╡─!\n═╦║≤╡─╫╓╠σ "%s" ▓╗─▄▒≡╫░╘╪!\n╖┼╞·íú
*strings.8014:╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤╛¡╕─╣²: ╖┼╞·─π╡─╨▐╕─?
*strings.8015:╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤╛¡╕─╣²ú║╓╪╨┬╫░╘╪╦ⁿú┐
*strings.8016:╨┬╧ε─┐
*strings.8017:╨┬▒Ω╠Γ
*strings.8018:╔╛│²└α─┐ "%.200s" ║═╦ⁿ╡─ %d ╚δ┐┌?
*strings.8019:╔╛│²└α─┐ "%.200s" ║═╦ⁿ╡─ %d ╚δ┐┌?
*strings.8020:╩Σ│÷╩Θ╟⌐
*strings.8021:╩Σ╚δ╩Θ╟⌐
*strings.8022:This version supports %s security with %s
*strings.8023:░▓╚½╨╘╣╪▒╒
*strings.8024:╬─╝■:/usr/local/lib/netscape/docs/Welcome.html
*strings.8025:╬─▒╛:═Ω│╔
*strings.8026:┤≥┐¬╬─╝■
*strings.8027:┤≥┐¬╣▄╡└╡╜ %.900s │÷┤φ
*strings.8028:╛»╕µ:\n\n
*strings.8029:%s "%.255s" ▓╗┤µ╘┌.\n
*strings.8030:%s "%.255s" ╩╟▓╗╓¬╡└.\n
*strings.8031:├╗╙╨╬¬ %s ╓╕╢¿╢╦┐┌║┼íú\n
*strings.8032:╙╩╝■╓≈╗·
*strings.8033:╨┬╬┼╓≈╗·
*strings.8034:╨┬╬┼RC ─┐┬╝
*strings.8035:┴┘╩▒─┐┬╝
*strings.8036:FTP ┤·└φ(proxy)╓≈╗·
*strings.8037:Gopher ┤·└φ(proxy)╓≈╗·
*strings.8038:HTTP ┤·└φ(proxy)╓≈╗·
*strings.8039:HTTPS ┤·└φ(proxy)╓≈╗·
*strings.8040:WAIS ┤·└φ(proxy)╓≈╗·
*strings.8041:SOCKS ╓≈╗·
*strings.8042:╚½╛╓MIME└α╨═╬─╝■
*strings.8043:╦╜╚╦MIME└α╨═╬─╝■
*strings.8044:╚½╛╓mailcap╬─╝■
*strings.8045:╦╜╚╦mailcap╬─╝■
!!add by tony
.netscape.netscape.docinfo_popup.docinfo.OK.labelString: ╚╖╚╧
.netscape.netscape.form.topArea.topLeftArea.urlLabel.width: 70